RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: Edgarublue
For me, the following worked:
elsif @user.update_attributes(params.require(:user).permit(:password, :password_confirmation))
I get it from: http://stackoverflow.com/questions/17568062/activemodelforbiddenattributeserror-in-passwordresetscontrollerupdate
For me, the following worked:
I get it from:
http://stackoverflow.com/questions/17568062/activemodelforbiddenattributeserror-in-passwordresetscontrollerupdate