RailsCasts Pro episodes are now free!

Learn more or hide this

Dave Johnson's Profile

GitHub User: davemj88

Comments by Dave Johnson

Avatar

I followed along but am getting this error

Can't mass-assign protected attributes: skill_ids

For whatever reason it doesn't understand the _ids (with the extra 's'). I tried to add :skill_ids in the attr_accessible area but it just gives me another issues:

unknown attribute: skill_ids

HELP!

Avatar

I have an application using devise for my authentication. How do I allow users to NOT have to input their current password every time they want to update their settings?