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:
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?
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!
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?