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

Version Path
composite_primary_keys-11.2.0 test/fixtures/room_attribute_assignment.rb
composite_primary_keys-11.1.0 test/fixtures/room_attribute_assignment.rb
composite_primary_keys-11.0.3 test/fixtures/room_attribute_assignment.rb
composite_primary_keys-11.0.2 test/fixtures/room_attribute_assignment.rb
composite_primary_keys-10.0.5 test/fixtures/room_attribute_assignment.rb
composite_primary_keys-9.0.10 test/fixtures/room_attribute_assignment.rb
composite_primary_keys-11.0.1 test/fixtures/room_attribute_assignment.rb
composite_primary_keys-11.0.0 test/fixtures/room_attribute_assignment.rb
composite_primary_keys-10.0.4 test/fixtures/room_attribute_assignment.rb