Class: FullyValidatedUser
- Defined in:
- app/models/user.rb
Instance Attribute Summary collapse
-
#old_password ⇒ Object
Returns the value of attribute old_password.
Instance Method Summary collapse
Methods inherited from User
#confirm!, #create_profile, #initialize, nobody, #role=, #role?, root
Constructor Details
This class inherits a constructor from User
Instance Attribute Details
#old_password ⇒ Object
Returns the value of attribute old_password.
67 68 69 |
# File 'app/models/user.rb', line 67 def old_password @old_password end |
Instance Method Details
#class ⇒ Object
63 64 65 |
# File 'app/models/user.rb', line 63 def class User end |