Module: Importer::InstanceMethods

Defined in:
lib/importer.rb

Instance Method Summary collapse

Instance Method Details

#merge_attributes_on_import(import, attributes) ⇒ Object

Overload merge_attributes_on_import method if you need the detected attributes merged to an object in some specific way. By default detected attributes are literally assigned to an object.



96
97
98
# File 'lib/importer.rb', line 96

def merge_attributes_on_import(import, attributes)
  self.attributes = attributes
end