1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/models/country.rb
2010-07-20 16:45:42 -07:00

7 lines
108 B
Ruby

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