Module: Spree::Admin::PropertiesHelper
- Defined in:
- app/helpers/spree/admin/properties_helper.rb
Instance Method Summary collapse
Instance Method Details
#sorted_product_properties(product) ⇒ Object
4 5 6 |
# File 'app/helpers/spree/admin/properties_helper.rb', line 4 def sorted_product_properties(product) product.product_properties.sort_by_property_position end |