aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/treaty.rb
blob: b87a757d2a87f6abcc1838131895e1e7e7714c0f (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class Treaty < ActiveRecord::Base
  has_and_belongs_to_many :countries
end