I\'m trying to set up a has_many_through relationship where a User can have a cart with an item. I can add carts to the user (chip.carts << chips_cart) but I
chip.carts << chips_cart