Class: Foyer::OmniauthCallbacksController

Inherits:
ActionController::Base
  • Object
show all
Includes:
Controller::Helpers
Defined in:
lib/foyer/omniauth_callbacks_controller.rb

Instance Method Summary collapse

Instance Method Details

#callbackObject



13
14
15
# File 'lib/foyer/omniauth_callbacks_controller.rb', line 13

def callback
  fail NotImplementedError
end

#failureObject



9
10
11
# File 'lib/foyer/omniauth_callbacks_controller.rb', line 9

def failure
  fail NotImplementedError
end

#passthruObject



5
6
7
# File 'lib/foyer/omniauth_callbacks_controller.rb', line 5

def passthru
  head :not_found
end