aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/treaty.rb
blob: 41fd1350f35ef722ae59a412c89ef3268564d389 (plain) (blame)
1
2
3
4
5
6
7
class Treaty < ActiveRecord::Base

  self.primary_key = :treaty_id

  has_and_belongs_to_many :countries

end