aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/country.rb
blob: 15e3a1de0b7a9c856e64ca4101df9ddc49904a63 (plain) (blame)
1
2
3
4
5
6
7
class Country < ActiveRecord::Base

  set_primary_key :country_id

  has_and_belongs_to_many :treaties

end