Guest User

Untitled

a guest
Jan 24th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. acts_as_authentic do |c|
  3. c.login_field = :email
  4. c.validate_login_field = false
  5.  
  6. c.merge_validates_format_of_email_field_options
  7. c.merge_validates_length_of_password_confirmation_field_options
  8. end
Add Comment
Please, Sign In to add comment