Sha256: e3db6f969eb0937364ad38efe9986cc99cc2b6174237d0e793bdc8ed2178f5bb
Contents?: true
Size: 205 Bytes
Versions: 29
Compression:
Stored size: 205 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
29 entries across 29 versions & 1 rubygems