Started again with Rails 4
[feedcatcher.git] / vendor / rails / actionpack / test / fixtures / developer.rb
diff --git a/vendor/rails/actionpack/test/fixtures/developer.rb b/vendor/rails/actionpack/test/fixtures/developer.rb
deleted file mode 100644 (file)
index c70eda3..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-class Developer < ActiveRecord::Base
-  has_and_belongs_to_many :projects
-  has_many :replies
-  has_many :topics, :through => :replies
-end
-
-class DeVeLoPeR < ActiveRecord::Base
-  set_table_name "developers"
-end