aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/book.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/book.rb')
-rw-r--r--activerecord/test/fixtures/book.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/test/fixtures/book.rb b/activerecord/test/fixtures/book.rb
deleted file mode 100644
index cfd07abddc..0000000000
--- a/activerecord/test/fixtures/book.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-class Book < ActiveRecord::Base
- has_many :citations, :foreign_key => 'book1_id'
- has_many :references, :through => :citations, :source => :reference_of, :uniq => true
-end