Remove underscore from resource

This commit is contained in:
Matt-Yorkley
2018-02-23 12:49:54 +00:00
committed by Maikel Linke
parent f5a0862655
commit d7a3c50bd5

View File

@@ -30,7 +30,7 @@ class UserConfirmationsController < DeviseController
protected
def after_confirmation_path_for(_resource)
def after_confirmation_path_for(resource)
result =
if resource.errors.empty?
'confirmed'