Module: Merb::Authentication::Mixins::SaltedUser::SQInstanceMethods

Includes:
SQ3Hooks, SQ3Validations
Defined in:
lib/merb-auth-more/mixins/salted_user/sq_salted_user.rb

Instance Method Summary collapse

Methods included from SQ3Validations

#validate

Methods included from SQ3Hooks

#before_save

Instance Method Details

#new_record?Boolean

Returns:

  • (Boolean)


24
25
26
# File 'lib/merb-auth-more/mixins/salted_user/sq_salted_user.rb', line 24

def new_record?
  self.new?
end