aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/column.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/column.rb')
-rw-r--r--activerecord/test/models/column.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/models/column.rb b/activerecord/test/models/column.rb
index 499358b4cf..d3cd419a00 100644
--- a/activerecord/test/models/column.rb
+++ b/activerecord/test/models/column.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
class Column < ActiveRecord::Base
belongs_to :record
end