I suspect my brain is staring to reform itself to Rails thinking, but I need help with a concept:
On p. 150 of the Agile Web Dev book, we put a method in the Orders model: add_lineitems_to_cart.
Why did this go in the Orders model instead of the Store controller (where we were just saving the cart to the database)?
Thanks,