Module: Crm::AssortmentInstructionsHelper

Defined in:
app/helpers/crm/assortment_instructions_helper.rb

Overview

View helper: assortment instructions.

Instance Method Summary collapse

Instance Method Details

#setup_assortment_instruction(assortment_instruction) ⇒ Object



4
5
6
7
8
# File 'app/helpers/crm/assortment_instructions_helper.rb', line 4

def setup_assortment_instruction(assortment_instruction)
  assortment_instruction.tap do |sn|
    sn.product_filters.build if sn.product_filters.empty?
  end
end