From 607493ccda7a7abbfed7b7e7104cdedebe7b6fb5 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Thu, 13 Dec 2018 06:55:17 +0500 Subject: [PATCH] Fix code style --- app/controllers/users/registrations_controller.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/controllers/users/registrations_controller.rb b/app/controllers/users/registrations_controller.rb index 5b2b66f..8a2ed09 100644 --- a/app/controllers/users/registrations_controller.rb +++ b/app/controllers/users/registrations_controller.rb @@ -37,9 +37,9 @@ class Users::RegistrationsController < Devise::RegistrationsController # 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. - # def cancel - # super - # end + def cancel + super + end protected