Class: ConfirmationsController
- Inherits:
-
Devise::ConfirmationsController
- Object
- Devise::ConfirmationsController
- ConfirmationsController
- Includes:
- AcceptsPendingInvitations
- Defined in:
- app/controllers/confirmations_controller.rb
Instance Method Summary collapse
Methods included from AcceptsPendingInvitations
#accept_pending_invitations, #clear_stored_location_for_resource
Instance Method Details
#almost_there ⇒ Object
6 7 8 9 |
# File 'app/controllers/confirmations_controller.rb', line 6 def almost_there flash[:notice] = nil render layout: "devise_empty" end |