aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/country.rb
blob: 7912719dddce257d10eef5e84bdff0f7f7c5b133 (plain) (blame)
1
2
3
4
5
class Country < ActiveRecord::Base
  self.primary_key = :country_id

  has_and_belongs_to_many :treaties
end