Class: FullyValidatedUser

Inherits:
User
  • Object
show all
Defined in:
app/models/user.rb

Instance Attribute Summary collapse

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_passwordObject

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

#classObject



63
64
65
# File 'app/models/user.rb', line 63

def class
  User
end