RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: thecoleorton
Hi Dave, curious if you found a solution for doing this with a many-many association.
Thanks in advance, Cole
I get the following error when calling create_project:
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
Hi Dave, curious if you found a solution for doing this with a many-many association.
Thanks in advance, Cole
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