aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/developer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/developer.rb')
-rw-r--r--actionpack/test/fixtures/developer.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/actionpack/test/fixtures/developer.rb b/actionpack/test/fixtures/developer.rb
deleted file mode 100644
index dd14548fac..0000000000
--- a/actionpack/test/fixtures/developer.rb
+++ /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
- self.table_name = "developers"
-end