Method: Devise::Strategies::Authenticatable#password
- Defined in:
- lib/devise/strategies/authenticatable.rb
#password ⇒ Object
Returns the value of attribute password.
9 10 11 |
# File 'lib/devise/strategies/authenticatable.rb', line 9 def password @password end |