style check
This commit is contained in:
parent
0a93b19efb
commit
34c32a7dc5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
class User::CustomFailure < Devise::FailureApp
|
class User::CustomFailure < Devise::FailureApp
|
||||||
def redirect_url
|
def redirect_url
|
||||||
url_for({controller: '/start', action: :index})
|
url_for(controller: '/start', action: :index)
|
||||||
end
|
end
|
||||||
|
|
||||||
# You need to override respond to eliminate recall
|
# You need to override respond to eliminate recall
|
||||||
|
@ -11,4 +11,4 @@ class User::CustomFailure < Devise::FailureApp
|
||||||
redirect
|
redirect
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue