Sha256: 629b08c9aca49321ab0fcedd7a0ee183d0ee301adb211faa213de496822c8c02
Contents?: true
Size: 292 Bytes
Versions: 10
Compression:
Stored size: 292 Bytes
Contents
class Hotel < ActiveRecord::Base has_many :departments has_many :chefs, through: :departments has_many :cake_designers, source_type: 'CakeDesigner', source: :employable, through: :chefs has_many :drink_designers, source_type: 'DrinkDesigner', source: :employable, through: :chefs end
Version data entries
10 entries across 10 versions & 2 rubygems