Sign in through GitHub

Mike O'Dell's Profile

GitHub User: mikeodell77

Comments by Mike O'Dell

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?