RailsCasts Pro episodes are now free!

Learn more or hide this

thecoleorton's Profile

GitHub User: thecoleorton

Comments by

Avatar

Hi Dave, curious if you found a solution for doing this with a many-many association.

Thanks in advance, Cole

Avatar

I get the following error when calling create_project:

undefined method 'create_project' for #<Project:0x104eb03c0>

shouldn't i get the create_association(attributes = {}) method for free in a belongs_to relationship?

thanks in advance, cole