Module: Vpago::PromotionActionDecorator

Defined in:
app/models/vpago/promotion_action_decorator.rb

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



3
4
5
# File 'app/models/vpago/promotion_action_decorator.rb', line 3

def self.prepended(base)
  base.enum run_by: { store: 0, vendor: 1 }, _prefix: true
end