mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
8 lines
108 B
Ruby
8 lines
108 B
Ruby
class Country < ActiveRecord::Base
|
|
|
|
set_primary_key :country_id
|
|
|
|
has_and_belongs_to_many :treaties
|
|
|
|
end
|