Method: Spree::AppConfiguration#order_contents_class

Defined in:
lib/spree/app_configuration.rb

#order_contents_classClass

Allows providing your own class for managing the contents of an order.

Returns:

  • (Class)

    a class with the same public interfaces as Spree::OrderContents.



413
# File 'lib/spree/app_configuration.rb', line 413

class_name_attribute :order_contents_class, default: 'Spree::OrderContents'