Why are we writing the CurrentCart
module inside the “concerns” folder instead of “carts_controller.rb”?
And why did Rails generate all that code in “carts_controller.rb”? By generating the scaffold for a cart does it know we mean a “shopping cart”?