Method: User#deliver_password_reset_instructions!
- Defined in:
- app/models/user.rb
#deliver_password_reset_instructions! ⇒ Object
21 22 23 24 |
# File 'app/models/user.rb', line 21 def deliver_password_reset_instructions! reset_perishable_token! Notifier.deliver_password_reset_instructions(self) end |