Sha256: 23694e03b7c48150286b2b913d6267734d78c1463cb09fdf7d254bc802ca0ae9

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

class RESO::Property::Financial < ApplicationRecord
  self.table_name = 'reso_property_financials'

  belongs_to :property

  has_many :tenant_pay_assignments, as: :enumerable
  has_many :tenant_pays, through: :tenant_pay_assignments, source: :enumeration, class_name: "RESO::Lookup::TenantPay"

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reso-0.2.2 lib/reso/app/models/reso/property/financial.rb