Methods

Files

Merb::Authentication::Mixins::SaltedUser::SQ3Hooks

Public Instance Methods

before_save() click to toggle source
# File lib/merb-auth-more/mixins/salted_user/sq_salted_user.rb, line 8
def before_save
  return false if super == false
  encrypt_password
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.