aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models/sheep.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/test/models/sheep.rb')
-rw-r--r--activemodel/test/models/sheep.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activemodel/test/models/sheep.rb b/activemodel/test/models/sheep.rb
index 7aba055c4f..f62a98777a 100644
--- a/activemodel/test/models/sheep.rb
+++ b/activemodel/test/models/sheep.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
class Sheep
extend ActiveModel::Naming
end