diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-12-14 15:36:59 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-12-14 15:36:59 +0000 |
commit | e2952d3e5fc44c997c15ca3e5a1c0229ee1019c0 (patch) | |
tree | 983c8bec504fc4df4f301f5ffdba2ca51cc8ce4b /vendor/plugins/actionwebservice | |
parent | 040d0a32d2be94736a5419d608dfec2bb37b2bc8 (diff) | |
download | redmine-e2952d3e5fc44c997c15ca3e5a1c0229ee1019c0.tar.gz redmine-e2952d3e5fc44c997c15ca3e5a1c0229ee1019c0.zip |
Rails 2.1.2 deprecations (#2332).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2134 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'vendor/plugins/actionwebservice')
-rw-r--r-- | vendor/plugins/actionwebservice/init.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/plugins/actionwebservice/init.rb b/vendor/plugins/actionwebservice/init.rb index ade118c0f..32d6ea11a 100644 --- a/vendor/plugins/actionwebservice/init.rb +++ b/vendor/plugins/actionwebservice/init.rb @@ -1,7 +1,7 @@ require 'action_web_service' # These need to be in the load path for action_web_service to work -Dependencies.load_paths += ["#{RAILS_ROOT}/app/apis"] +ActiveSupport::Dependencies.load_paths += ["#{RAILS_ROOT}/app/apis"] # AWS Test helpers require 'action_web_service/test_invoke' if ENV['RAILS_ENV'] && ENV['RAILS_ENV'] =~ /^test/ |