# CHANGED: Initialize cart. def initialize_cart @cart = @request.session[:cart] ||= Cart.create end
source
You must be logged in to post a comment.