1
vote
Rails Validation for users email - only want it to validate when a user signs up or updates email address.
I think EmFi is on to something. But I don't think the validates_presence_of :email should be holding you up. The email should always be present - if it is left blank in t …
