Modules: CheckGA
7 8 9 10
# File 'lib/devise_google_authenticatable/patches.rb', line 7 def apply Devise::RegistrationsController.send(:include, Patches::DisplayQR) Devise::SessionsController.send(:include, Patches::CheckGA) end