From 6d0f3021ca82a8a7f44f9c450456879490349636 Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Mon, 1 Dec 2014 14:40:26 +0200 Subject: [PATCH] rubocop styling --- app/controllers/confirmations_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/confirmations_controller.rb b/app/controllers/confirmations_controller.rb index 776665be..3b8c9837 100644 --- a/app/controllers/confirmations_controller.rb +++ b/app/controllers/confirmations_controller.rb @@ -1,7 +1,7 @@ class ConfirmationsController < Devise::ConfirmationsController protected - def after_confirmation_path_for(resource_name, resource) + def after_confirmation_path_for(_resource_name, resource) if signed_in? signed_in_root_path(resource) else