标签: ruby-on-rails
validates_presence_of是否用作保存所有属性的默认值?所以你不必每次都在你的模型中写它?
validates_presence_of
Here the reference to my question
答案 0 :(得分:1)
没有。 validates_presence_of未用作默认值,您必须每次为您想要出现的每个属性在模型中编写它。