in my User model i am using validations like this

class User < ActiveRecord::Base
validates_presence_of :email
validates_format_of   :email ,:with=>/something/

end


if my email field is blank then i am getting 2 error messages
but i want only one that should be first one (here it is presence)

any idea?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to