search for: sign_up_param

Displaying 1 result from an estimated 1 matches for "sign_up_param".

Did you mean: sign_up_params
2014 Apr 21
0
Unpermitted Parameters - Rails 4
Hi, I'm using Devise (3.2.4), Rails 4 and I'm trying to signup. I have a Registration Controller where i do have: " def sign_up_params params.require(:user).permit(:email,:first_name, :last_name,:mobile, :birthday, :current_password, :password,:password_confirmation) end " and everytime i try to sign up I get the following message: Processing by Devise::RegistrationsController#create as HTML Paramet...