Class: ConfirmationsController

Inherits:
Devise::ConfirmationsController
  • Object
show all
Includes:
AcceptsPendingInvitations, GitlabRecaptcha, GoogleAnalyticsCSP, GoogleSyndicationCSP, OneTrustCSP
Defined in:
app/controllers/confirmations_controller.rb

Constant Summary

Constants included from GoogleSyndicationCSP

GoogleSyndicationCSP::ALLOWED_SRC

Instance Method Summary collapse

Methods included from GitlabRecaptcha

#load_recaptcha

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_thereObject



15
16
17
18
# File 'app/controllers/confirmations_controller.rb', line 15

def almost_there
  flash[:notice] = nil
  render layout: "devise_empty"
end