aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-12-24 11:04:49 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-12-24 11:04:49 +0900
commit222f00b42266e604bb8894771162672aadd1bacc (patch)
tree7d89cfbb93365d639544512a9e933dbfe1fa8628 /actionview/test/fixtures
parentfa0380cb4a7f08909e961a8e355c70ba3a676253 (diff)
downloadrails-222f00b42266e604bb8894771162672aadd1bacc.tar.gz
rails-222f00b42266e604bb8894771162672aadd1bacc.tar.bz2
rails-222f00b42266e604bb8894771162672aadd1bacc.zip
Unused classes in AV tests
Diffstat (limited to 'actionview/test/fixtures')
-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