Method: Spree::AppConfiguration#order_update_attributes_class
- Defined in:
- lib/spree/app_configuration.rb
#order_update_attributes_class ⇒ Class
Allows providing your own order update attributes class for checkout.
358 |
# File 'lib/spree/app_configuration.rb', line 358 class_name_attribute :order_update_attributes_class, default: 'Spree::OrderUpdateAttributes' |