Class: Avocado::RecoveriesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/avocado/recoveries_controller.rb

Constant Summary

Constants inherited from BaseController

BaseController::FINDER_PARAMETERS

Instance Method Summary collapse

Instance Method Details

#createObject



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

#newObject



8
9
# File 'app/controllers/avocado/recoveries_controller.rb', line 8

def new
end