aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/guitar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/guitar.rb')
-rw-r--r--activerecord/test/models/guitar.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/models/guitar.rb b/activerecord/test/models/guitar.rb
index cd068ff53d..a1a3226272 100644
--- a/activerecord/test/models/guitar.rb
+++ b/activerecord/test/models/guitar.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
class Guitar < ActiveRecord::Base
has_many :tuning_pegs, index_errors: true
accepts_nested_attributes_for :tuning_pegs