style check
This commit is contained in:
parent
34c32a7dc5
commit
5fea76bfef
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
class User::SessionsController < Devise::SessionsController
|
||||
# before_filter :configure_sign_in_params, only: [:create]
|
||||
# before_filter :configure_sign_in_params, only: [:create]
|
||||
|
||||
# GET /resource/sign_in
|
||||
def new
|
||||
redirect_to url_for({controller: '/start', action: :error_login})
|
||||
redirect_to url_for(controller: '/start', action: :error_login)
|
||||
end
|
||||
|
||||
# POST /resource/sign_in
|
||||
|
|
Loading…
Add table
Reference in a new issue