Module: ActiveCart

Defined in:
lib/active_cart/item.rb,
lib/active_cart.rb,
lib/active_cart/cart.rb,
lib/active_cart/order_total.rb,
lib/exceptions/out_of_stock.rb,
lib/active_cart/cart_storage.rb,
lib/active_cart/items/memory_item.rb,
lib/active_cart/order_total_collection.rb,
lib/active_cart/storage_engines/memory.rb

Overview

Mixin this module into the class you want to use as your storage class. Remember to override the invoice_id method

Defined Under Namespace

Modules: CartStorage, Item, Items, OrderTotal, StorageEngines Classes: Cart, OrderTotalCollection, OutOfStock

Constant Summary collapse

VERSION =
File.exist?('VERSION') ? File.read('VERSION') : ""