RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: mikeodell77
I ran into the exact same issue. Thanks for sharing, really helped me out.
This is a bit of an older post, and I am new to rails, but I had a problem with this railscast. I had to add this:
accepts_nested_attributes_for :categorizations
to the product model in order to allow me to create a new products with categories. Is this something that is new since this railscast was created?
I ran into the exact same issue. Thanks for sharing, really helped me out.
This is a bit of an older post, and I am new to rails, but I had a problem with this railscast. I had to add this:
accepts_nested_attributes_for :categorizations
to the product model in order to allow me to create a new products with categories. Is this something that is new since this railscast was created?