RailsCasts Pro episodes are now free!

Learn more or hide this

aiyaz's Profile

GitHub User: aiyaz

Comments by

Avatar

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.