validation_reflection icon indicating copy to clipboard operation
validation_reflection copied to clipboard

Does not work with new 'validates' in Rails 3

Open sekrett opened this issue 14 years ago • 2 comments

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.

sekrett avatar Dec 16 '10 07:12 sekrett

Confirm exactly the same. How difficult it could be to fix?

ghost avatar Feb 01 '11 18:02 ghost

Has there been any progress on this?

wakiki avatar Jun 15 '11 15:06 wakiki