Open sekrett opened 13 years ago
I use formtastic, and AFIK it uses validation_reflection to mark required fields. When I use:
validates_presence_of :name
it works, but when I use:
validates :name, :presence => true
it does not.
Confirm exactly the same. How difficult it could be to fix?
Has there been any progress on this?
I use formtastic, and AFIK it uses validation_reflection to mark required fields. When I use:
it works, but when I use:
it does not.