style check

This commit is contained in:
Tanguy PATTE 2015-08-20 16:40:34 +02:00
parent 0a93b19efb
commit 34c32a7dc5

View file

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