GitHub User: mikeodell77
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?
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?