Class: LunarShell::User
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- LunarShell::User
- Defined in:
- app/models/lunar_shell/user.rb
Instance Attribute Summary collapse
-
#current_password ⇒ Object
Returns the value of attribute current_password.
Instance Attribute Details
#current_password ⇒ Object
Returns the value of attribute current_password.
3 4 5 |
# File 'app/models/lunar_shell/user.rb', line 3 def current_password @current_password end |