Module: Spree::Stores::Channels
- Extended by:
- ActiveSupport::Concern
- Included in:
- Spree::Store
- Defined in:
- app/models/concerns/spree/stores/channels.rb
Instance Method Summary collapse
Instance Method Details
#ensure_default_channel ⇒ Object
13 14 15 16 17 |
# File 'app/models/concerns/spree/stores/channels.rb', line 13 def ensure_default_channel return if default_channel channels.create!(name: 'Online Store', code: Spree::Channel::DEFAULT_CODE) end |