Started again with Rails 4
[feedcatcher.git] / vendor / rails / activerecord / test / models / citation.rb
diff --git a/vendor/rails/activerecord/test/models/citation.rb b/vendor/rails/activerecord/test/models/citation.rb
deleted file mode 100644 (file)
index 545aa81..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-class Citation < ActiveRecord::Base
-  belongs_to :reference_of, :class_name => "Book", :foreign_key => :book2_id
-
-  belongs_to :book1, :class_name => "Book", :foreign_key => :book1_id
-  belongs_to :book2, :class_name => "Book", :foreign_key => :book2_id
-end