Created
December 4, 2009 17:13
-
-
Save yashke/249167 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acts_as_authentic do |config| | |
config.merge_validates_uniqueness_of_email_field_options(:message => "W naszej bazie istnieje już użytkownik zarejestrowany pod podanym przez Ciebie adresem e-mail.") | |
config.merge_validates_length_of_email_field_options(:message => "Email jest za krótki, powinien mieć minimum 6 znaków") | |
config.merge_validates_format_of_email_field_options(:message => "Email powinien mieć właściwy format") | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment