Sha256: 6681b5805dc3bd753c976d7946d384c9e7bd5b7361cd0f2d3e9801d78a50c301

Contents?: true

Size: 201 Bytes

Versions: 5

Compression:

Stored size: 201 Bytes

Contents

class LeadProperty < MLS::Model
  
  belongs_to :lead
  belongs_to :property
  belongs_to :creator, class_name: "Account"
  
  has_many :lead_listings
  has_many :listings, through: :lead_listings

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mls-1.4.0 lib/mls/lead_property.rb
mls-1.3.0 lib/mls/lead_property.rb
mls-1.2.0 lib/mls/lead_property.rb
mls-1.1.4 lib/mls/lead_property.rb
mls-1.1.3 lib/mls/lead_property.rb