Rails Shopping Cart - not adding to current order
Rails noob here. I'm building a basic shopping cart and it was working perfectly before. Without changing any code (I git reset --hard to my prev commit where it was working) it broke. (?!?) Here's the breakdown: Github Repo: https://github.com/christinecha/michaka Creates a product. ✓ Adds Product ID to a new Order Item. ✓ Adds Order Item to an Order. ✓ -- Possible Issues ! - New Orders keep being created as you create Order Items = cart is always empty. ! - Cart is not connecting to the right Order ID ! - New sessions are being triggered = new Orders = problem -- ORDER ITEMS CONTROLLER class