aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/country.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/country.rb')
-rw-r--r--activerecord/test/models/country.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/models/country.rb b/activerecord/test/models/country.rb
index 7912719ddd..0c84a40de2 100644
--- a/activerecord/test/models/country.rb
+++ b/activerecord/test/models/country.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
class Country < ActiveRecord::Base
self.primary_key = :country_id