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.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/activemodel/test/models/sheep.rb b/activemodel/test/models/sheep.rb
new file mode 100644
index 0000000000..30dd9ce192
--- /dev/null
+++ b/activemodel/test/models/sheep.rb
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+
+class Sheep
+ extend ActiveModel::Naming
+end