Sha256: b8aa6e74cfe570fa79e209200a11293b8367d54d8e1b2932a12427f20dcad7be
Contents?: true
Size: 201 Bytes
Versions: 83
Compression:
Stored size: 201 Bytes
Contents
class RoomAttributeAssignment < ActiveRecord::Base self.primary_keys = :dorm_id, :room_id, :room_attribute_id belongs_to :room, :foreign_key => [:dorm_id, :room_id] belongs_to :room_attribute end
Version data entries
83 entries across 83 versions & 1 rubygems