rails--rails/activerecord/test/models/country.rb

8 lines
108 B
Ruby
Raw Normal View History

class Country < ActiveRecord::Base
set_primary_key :country_id
has_and_belongs_to_many :treaties
end