Module: Crm::AssortmentInstructionsHelper
- Defined in:
- app/helpers/crm/assortment_instructions_helper.rb
Instance Method Summary collapse
Instance Method Details
#setup_assortment_instruction(assortment_instruction) ⇒ Object
2 3 4 5 6 |
# File 'app/helpers/crm/assortment_instructions_helper.rb', line 2 def setup_assortment_instruction(assortment_instruction) assortment_instruction.tap do |sn| sn.product_filters.build if sn.product_filters.empty? end end |