6 lines
117 B
Ruby
6 lines
117 B
Ruby
class ImportCsvElement < ApplicationRecord
|
|
belongs_to :import_csv
|
|
|
|
belongs_to :element, :polymorphic => true
|
|
end
|