RailsCasts Pro episodes are now free!

Learn more or hide this

Mike O'Dell's Profile

GitHub User: mikeodell77

Comments by Mike O'Dell

Avatar

I ran into the exact same issue. Thanks for sharing, really helped me out.

Avatar

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?