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.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/test/fixtures/person.rb b/activerecord/test/fixtures/person.rb
deleted file mode 100644
index 7a9666f4eb..0000000000
--- a/activerecord/test/fixtures/person.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-class Person < ActiveRecord::Base
- has_many :readers
- has_many :posts, :through => :readers
-end