style check
This commit is contained in:
parent
66b751ff58
commit
438151ded7
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
class Pros::SessionsController < Devise::SessionsController
|
class Pros::SessionsController < Devise::SessionsController
|
||||||
# before_filter :configure_sign_in_params, only: [:create]
|
# before_filter :configure_sign_in_params, only: [:create]
|
||||||
|
|
||||||
#GET /resource/sign_in
|
# GET /resource/sign_in
|
||||||
def new
|
def new
|
||||||
super
|
super
|
||||||
end
|
end
|
||||||
|
|
||||||
#POST /resource/sign_in
|
# POST /resource/sign_in
|
||||||
def create
|
def create
|
||||||
super
|
super
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue