diff options
Diffstat (limited to 'activerecord/test/models/country.rb')
-rw-r--r-- | activerecord/test/models/country.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/test/models/country.rb b/activerecord/test/models/country.rb index 7db9a4e731..7912719ddd 100644 --- a/activerecord/test/models/country.rb +++ b/activerecord/test/models/country.rb @@ -1,7 +1,5 @@ class Country < ActiveRecord::Base - self.primary_key = :country_id has_and_belongs_to_many :treaties - end |