Class: Stall::CartLineItemsController
- Inherits:
-
LineItemsController
- Object
- ApplicationController
- LineItemsController
- Stall::CartLineItemsController
- Defined in:
- app/controllers/stall/cart_line_items_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
3 4 5 6 7 8 9 |
# File 'app/controllers/stall/cart_line_items_controller.rb', line 3 def create super do |success| if success @widget_partial = render_to_string(partial: 'stall/carts/widget', locals: { cart: product_list }) end end end |