Method: Spree::AppConfiguration#order_contents_class
- Defined in:
- lib/spree/app_configuration.rb
#order_contents_class ⇒ Class
Allows providing your own class for managing the contents of an order.
413 |
# File 'lib/spree/app_configuration.rb', line 413 class_name_attribute :order_contents_class, default: 'Spree::OrderContents' |