Sha256: 54c38d4ebc65b865bd8ac5c5cd7d3f63a45055842e4c84af739211e593eb3437
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
class RESO::Lookup::HoursDaysOfOperation < RESO::Enumeration has_many :hours_days_of_operation_assignments, foreign_key: :enumeration_id has_many :reso_property_businesses, through: :hours_days_of_operation_assignments, source: :enumerable, source_type: "RESO::Property::Business" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/lookup/hours_days_of_operation.rb |