Skip to content

Instantly share code, notes, and snippets.

@yashke
Created December 4, 2009 17:13
Show Gist options
  • Save yashke/249167 to your computer and use it in GitHub Desktop.
Save yashke/249167 to your computer and use it in GitHub Desktop.
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