Commit 33ef9d59 by Mai Hoang Thai Ha

Finish user signup

parent 4d2c17a9
Pipeline #1239 canceled with stages
in 0 seconds
...@@ -19,4 +19,9 @@ class UsersController < ApplicationController ...@@ -19,4 +19,9 @@ class UsersController < ApplicationController
end end
private private
def user_params
params.require(:user).permit(:name, :email, :password,
:password_confirmation)
end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment