Class: ConfirmationsController
- Inherits:
-
Devise::ConfirmationsController
- Object
- Devise::ConfirmationsController
- ConfirmationsController
- Includes:
- AcceptsPendingInvitations, GitlabRecaptcha, OneTrustCSP
- Defined in:
- app/controllers/confirmations_controller.rb
Instance Method Summary collapse
Methods included from GitlabRecaptcha
Methods included from RecaptchaHelper
#recaptcha_enabled?, #recaptcha_enabled_on_login?
Methods included from AcceptsPendingInvitations
#accept_pending_invitations, #after_pending_invitations_hook
Instance Method Details
#almost_there ⇒ Object
13 14 15 16 |
# File 'app/controllers/confirmations_controller.rb', line 13 def almost_there flash[:notice] = nil render layout: "devise_empty" end |