Sha256: 80d809b22091a607efed594a05c8d1d0fc7c1856fc69a0089bfd76077cd405d8

Contents?: true

Size: 285 Bytes

Versions: 1

Compression:

Stored size: 285 Bytes

Contents

class RESO::Lookup::FinancialDataSource < RESO::Enumeration
  has_many :financial_data_source_assignments, foreign_key: :enumeration_id
  has_many :reso_property_financials, through: :financial_data_source_assignments, source: :enumerable, source_type: "RESO::Property::Financial"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reso-0.2.2 lib/reso/app/models/reso/lookup/financial_data_source.rb