Method: EffectiveOrdersHelper#acts_as_purchasable_path

Defined in:
app/helpers/effective_orders_helper.rb

#acts_as_purchasable_path(purchasable, action = :show) ⇒ Object

This is called on the My Sales Page and is intended to be overridden in the app if needed



31
32
33
# File 'app/helpers/effective_orders_helper.rb', line 31

def acts_as_purchasable_path(purchasable, action = :show)
  polymorphic_path(purchasable)
end