Sha256: 70e7f0622d5dd2767c60171725b6ef53d4a6f92e9e60e54d3798feb8bfa4b805

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

class RESO::Property::Location < ApplicationRecord
  self.table_name = 'reso_property_locations'
  
  belongs_to :property

  has_one :address
  has_one :area
  has_one :gis, class_name: "GIS"
  has_one :school
end

Version data entries

1 entries across 1 versions & 1 rubygems

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