RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: aiyaz
Hi Ryan, Good screencast and help all newbies to learn rails easily. I am using rails 4 and encountered one problem.
In password_resets_controller.rb you do:
elsif @user.update_attributes(params[:user])
IN console it showing ActiveModel::ForbiddenAttributesError in PasswordResetsController#update
I don't know how to solve this issue.Please help me to solve this issue.
Hi Ryan,
Good screencast and help all newbies to learn rails easily.
I am using rails 4 and encountered one problem.
In password_resets_controller.rb you do:
elsif @user.update_attributes(params[:user])
IN console it showing
ActiveModel::ForbiddenAttributesError in PasswordResetsController#update
I don't know how to solve this issue.Please help me to solve this issue.