aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/person.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/person.rb')
-rw-r--r--activerecord/test/fixtures/person.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/person.rb b/activerecord/test/fixtures/person.rb
new file mode 100644
index 0000000000..4fa5811c71
--- /dev/null
+++ b/activerecord/test/fixtures/person.rb
@@ -0,0 +1 @@
+class Person < ActiveRecord::Base; end