Method: Devise::OmniauthCallbacksController#passthru
- Defined in:
- app/controllers/devise/omniauth_callbacks_controller.rb
#passthru ⇒ Object
6 7 8 |
# File 'app/controllers/devise/omniauth_callbacks_controller.rb', line 6 def passthru render status: 404, plain: "Not found. Authentication passthru." end |