aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/treaty.rb
blob: 373cd48f719402f7b902130d173bcf1c0ebd25a3 (plain) (blame)
1
2
3
4
5
class Treaty < ActiveRecord::Base
  self.primary_key = :treaty_id

  has_and_belongs_to_many :countries
end