mirror of
https://github.com/github/rails.git
synced 2026-01-09 22:58:09 -05:00
8 lines
110 B
Ruby
8 lines
110 B
Ruby
class Treaty < ActiveRecord::Base
|
|
|
|
self.primary_key = :treaty_id
|
|
|
|
has_and_belongs_to_many :countries
|
|
|
|
end
|