rubocop styling

This commit is contained in:
Stella Rouzi 2014-12-01 14:40:26 +02:00
parent 31df114ce4
commit 6d0f3021ca

View file

@ -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