Started again with Rails 4
[feedcatcher.git] / vendor / rails / activerecord / test / models / book.rb
diff --git a/vendor/rails/activerecord/test/models/book.rb b/vendor/rails/activerecord/test/models/book.rb
deleted file mode 100644 (file)
index cfd07ab..0000000
+++ /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