aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/developer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/developer.rb')
-rw-r--r--actionview/test/fixtures/developer.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionview/test/fixtures/developer.rb b/actionview/test/fixtures/developer.rb
index 4941463015..8b3f0a8039 100644
--- a/actionview/test/fixtures/developer.rb
+++ b/actionview/test/fixtures/developer.rb
@@ -4,7 +4,3 @@ class Developer < ActiveRecord::Base
has_many :topics, :through => :replies
accepts_nested_attributes_for :projects
end
-
-class DeVeLoPeR < ActiveRecord::Base
- self.table_name = "developers"
-end