Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否validates_presence_of用作保存时所有属性的默认值?所以你不必每次都把它写在你的模型中?
validates_presence_of
这里是我的问题的参考
No.validates_presence_of不用作默认值,您每次都必须在模型中为您想要存在的每个属性编写它。