Method: UserRegistrationsController#cancel

Defined in:
app/controllers/user_registrations_controller.rb

#cancelObject

GET /resource/cancel Forces the session data which is usually expired after sign in to be expired now. This is useful if the user wants to cancel oauth signing in/up in the middle of the process, removing all OAuth session data.



48
49
50
# File 'app/controllers/user_registrations_controller.rb', line 48

def cancel
  super
end