Class: Brand

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/brand.rb

Class Method Summary collapse

Class Method Details

.modify_import_attributes(attributes) ⇒ Object



18
19
20
21
# File 'app/models/brand.rb', line 18

def self.modify_import_attributes(attributes)
  attributes[:category_ids] = attributes.delete(:categories) unless attributes[:categories].blank?
  attributes
end