Started again with Rails 4
[feedcatcher.git] / vendor / rails / activerecord / test / models / subscriber.rb
diff --git a/vendor/rails/activerecord/test/models/subscriber.rb b/vendor/rails/activerecord/test/models/subscriber.rb
deleted file mode 100644 (file)
index 5b78014..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-class Subscriber < ActiveRecord::Base
-  set_primary_key 'nick'
-  has_many :subscriptions
-  has_many :books, :through => :subscriptions
-end
-
-class SpecialSubscriber < Subscriber
-end