aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/other_dog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/other_dog.rb')
-rw-r--r--activerecord/test/models/other_dog.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/test/models/other_dog.rb b/activerecord/test/models/other_dog.rb
new file mode 100644
index 0000000000..418caf34be
--- /dev/null
+++ b/activerecord/test/models/other_dog.rb
@@ -0,0 +1,5 @@
+require_dependency "models/arunit2_model"
+
+class OtherDog < ARUnit2Model
+ self.table_name = "dogs"
+end