aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/arunit2_model.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/arunit2_model.rb')
-rw-r--r--activerecord/test/models/arunit2_model.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/test/models/arunit2_model.rb b/activerecord/test/models/arunit2_model.rb
new file mode 100644
index 0000000000..04b8b15d3d
--- /dev/null
+++ b/activerecord/test/models/arunit2_model.rb
@@ -0,0 +1,3 @@
+class ARUnit2Model < ActiveRecord::Base
+ self.abstract_class = true
+end