Displaying 1 result from an estimated 1 matches for "validates_something_of_someth".
2006 Sep 12
2
accessing validates_... , :message => 'something'
Hi,
i have a validates_something_of_something method in my User model...i
added a :message => "you need to abcd" to the validation method, but
when i try to access it through the <%= error_messages_for "user" %> it
doesn''t give me any output...
i was wondering whether there was a way to access all o...