可能重复:
回形针不显示错误消息
我正在使用导轨 3.2.6。我在我的模型文件中添加了这个:
has_one :avatar, :as => :imageable, :dependent => :destroy
validates_presence_of :avatar, :message => "can't be empty"
但是,如果该字段留空,我不会收到任何错误消息。我只是Please review the problems below:
在页面顶部。任何人都可以提出任何建议吗?
我也试过:
validates :avatar, :presence => {:message => 'Please select the image'}