Sha256: 999fafb98767e9481236f221ddb2f044c1be2750cd82bd3cb7ecffba9aeea72d
Contents?: true
Size: 141 Bytes
Versions: 114
Compression:
Stored size: 141 Bytes
Contents
class RoomAttribute < ActiveRecord::Base has_many :rooms, :through => :room_attribute_assignments, :foreign_key => [:dorm_id, :room_id] end
Version data entries
114 entries across 114 versions & 3 rubygems