mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Remove underscore from resource
This commit is contained in:
committed by
Maikel Linke
parent
f5a0862655
commit
d7a3c50bd5
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user