Summary
Explore how to create a shopping cart in Rails 6 by managing sessions, defining model relationships, and implementing user interactions. Understand the steps to add products to a cart through line items and organize code using controller concerns for reusable functionality.
We'll cover the following...
We'll cover the following...
What we have covered
We added a shopping cart to our store, and dipped our toes into some neat Rails features along the way: ...