Method: Spree::OrdersHelper#truncated_product_description
- Defined in:
- app/helpers/spree/orders_helper.rb
#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 |