Method: AuthenticationsController#failure

Defined in:
lib/generators/frame/omniauth/templates/app/controllers/authentications_controller.rb

#failureObject



29
30
31
32
# File 'lib/generators/frame/omniauth/templates/app/controllers/authentications_controller.rb', line 29

def failure
  flash[:error] = "There was a problem authenticating with the selected service."
  redirect_to new_user_registration_url
end