aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/country.rb
blob: 4b4a276a98fd41849158c0401720f3084f8ca928 (plain) (tree)
1
2
3
4
5

                             
                                  
                                   
   
# frozen_string_literal: true

class Country < ActiveRecord::Base
  has_and_belongs_to_many :treaties
end