Module: SolidusLegacyPromotions::SpreeOrderStateMachineDecorator
- Defined in:
- app/decorators/solidus_legacy_promotions/lib/spree_order_state_machine_decorator.rb
Instance Method Summary collapse
Instance Method Details
#define_state_machine! ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'app/decorators/solidus_legacy_promotions/lib/spree_order_state_machine_decorator.rb', line 7 def define_state_machine! super state_machine do if states[:delivery] before_transition from: :delivery, do: :apply_shipping_promotions end end end |