Commit 87b94285 by Thanh Hung Pham

Upload complete

parent 4cbf054c
......@@ -33,6 +33,6 @@ class ConfirmationsController < Devise::ConfirmationsController
private
def user_params
params.require(:user).permit(:email, :fullname, :password, :cd_name)
params.require(:user).permit(:email, :fullname, :password, :cv_name)
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