Class: Avocado::RecoveriesController
- Inherits:
-
BaseController
- Object
- ApplicationController
- BaseController
- Avocado::RecoveriesController
- Defined in:
- app/controllers/avocado/recoveries_controller.rb
Constant Summary
Constants inherited from BaseController
BaseController::FINDER_PARAMETERS
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
11 12 13 14 15 |
# File 'app/controllers/avocado/recoveries_controller.rb', line 11 def create send_password_reset_email redirect_to new_session_path, notice: t(".success") end |
#new ⇒ Object
8 9 |
# File 'app/controllers/avocado/recoveries_controller.rb', line 8 def new end |