Class: Importer::ImportedObject::ActiveRecord

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/importer/imported_object/active_record.rb

Overview

ActiveRecord model that stores detailed information of imported objects in imported_objects database table.

belongs_to :import - reference to import instance belongs_to :object - reference to imported object

Attributes:

  • data - object’s detected attributes hash

  • validation_errors - object’s validation errors hash.