RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: mayurkhatri
@Dave Johnson, in case you were must have been using "has many through" and were getting this error. Your join table should not contain the column "skill_ids",it should have skill_id. That would solve the problem.
Reply is late but will help others :)
@Dave Johnson, in case you were must have been using "has many through" and were getting this error.
Your join table should not contain the column "skill_ids",it should have skill_id.
That would solve the problem.
Reply is late but will help others :)