Module: Spree::OrdersHelper

Includes:
TruncateHtmlHelper
Defined in:
app/helpers/spree/orders_helper.rb

Instance Method Summary collapse

Instance Method Details

#truncated_product_description(product) ⇒ Object



8
9
10
# File 'app/helpers/spree/orders_helper.rb', line 8

def truncated_product_description(product)
  truncate_html(raw(product.description))
end