mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
8 lines
107 B
Ruby
8 lines
107 B
Ruby
class Treaty < ActiveRecord::Base
|
|
|
|
set_primary_key :treaty_id
|
|
|
|
has_and_belongs_to_many :countries
|
|
|
|
end
|