summaryrefslogtreecommitdiffstats
path: root/lib/plugins/classic_pagination/test/fixtures/developer.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-04-27 16:31:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-04-27 16:31:51 +0000
commitf2ec23d80cf40157644938b438aec1aa4e119043 (patch)
treefe81ccde2fdf364d39ddf2b3a85c3d1e07d99cc8 /lib/plugins/classic_pagination/test/fixtures/developer.rb
parentd940797aa79f9c12df154422768096f77285e378 (diff)
downloadredmine-f2ec23d80cf40157644938b438aec1aa4e119043.tar.gz
redmine-f2ec23d80cf40157644938b438aec1aa4e119043.zip
set_table_name deprecated.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9550 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/plugins/classic_pagination/test/fixtures/developer.rb')
-rw-r--r--lib/plugins/classic_pagination/test/fixtures/developer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/classic_pagination/test/fixtures/developer.rb b/lib/plugins/classic_pagination/test/fixtures/developer.rb
index f5e5b901f..08cae72ff 100644
--- a/lib/plugins/classic_pagination/test/fixtures/developer.rb
+++ b/lib/plugins/classic_pagination/test/fixtures/developer.rb
@@ -3,5 +3,5 @@ class Developer < ActiveRecord::Base
end
class DeVeLoPeR < ActiveRecord::Base
- set_table_name "developers"
+ self.table_name = "developers"
end