Sha256: a0871f08d52671a1050083f703cb5a29179736c191b38b2ff3b13f14f2e658b3
Contents?: true
Size: 287 Bytes
Versions: 1
Compression:
Stored size: 287 Bytes
Contents
class RESO::Lookup::StreetDirection < RESO::Enumeration has_many :street_direction_assignments, foreign_key: :enumeration_id has_many :reso_property_location_addresses, through: :street_direction_assignments, source: :enumerable, source_type: "RESO::Property::Location::Address" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/lookup/street_direction.rb |