Sha256: ebea6376d304cbde7caa9eb70e856339ac3fabe0a7f20a49e0bfbf55dd2194ad
Contents?: true
Size: 250 Bytes
Versions: 1
Compression:
Stored size: 250 Bytes
Contents
class RESO::Lookup::DailySchedule < RESO::Enumeration has_many :daily_schedule_assignments, foreign_key: :enumeration_id has_many :reso_prospectings, through: :daily_schedule_assignments, source: :enumerable, source_type: "RESO::Prospecting" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/lookup/daily_schedule.rb |