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
|
||||
def redirect_url
|
||||
url_for({controller: '/start', action: :index})
|
||||
url_for(controller: '/start', action: :index)
|
||||
end
|
||||
|
||||
# You need to override respond to eliminate recall
|
||||
|
|
Loading…
Add table
Reference in a new issue