Class: LinkedinSignIn::CallbacksController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/linkedin_sign_in/callbacks_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



4
5
6
7
8
9
# File 'app/controllers/linkedin_sign_in/callbacks_controller.rb', line 4

def show
  redirect_to proceed_to_url, flash: { linkedin_sign_in:  }
rescue LinkedinSignIn::RedirectProtector::Violation => error
  logger.error error.message
  head :bad_request
end