Method: EffectiveCartsHelper#render_purchasables

Defined in:
app/helpers/effective_carts_helper.rb

#render_purchasables(*purchasables) ⇒ Object



109
110
111
112
# File 'app/helpers/effective_carts_helper.rb', line 109

def render_purchasables(*purchasables)
  order = Effective::Order.new(purchasables)
  render('effective/orders/purchasables', order: order)
end