class ImportCsvElement < ApplicationRecord belongs_to :import_csv belongs_to :element, :polymorphic => true end