aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/api.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-09-14 01:00:32 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-09-14 01:00:32 +0000
commit15f7f1a38041c0b3355f2a323f785465b44029f9 (patch)
tree00d7a22499f863fc84af47dd316859cc7862da90 /actionwebservice/lib/action_web_service/api.rb
parent041b9b8a1c1661f90e8e586fddce981bfdb17f11 (diff)
downloadrails-15f7f1a38041c0b3355f2a323f785465b44029f9.tar.gz
rails-15f7f1a38041c0b3355f2a323f785465b44029f9.tar.bz2
rails-15f7f1a38041c0b3355f2a323f785465b44029f9.zip
Missed Reloadable bits and pieces
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7475 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/lib/action_web_service/api.rb')
-rw-r--r--actionwebservice/lib/action_web_service/api.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionwebservice/lib/action_web_service/api.rb b/actionwebservice/lib/action_web_service/api.rb
index ccc4b7d656..d16dc420d3 100644
--- a/actionwebservice/lib/action_web_service/api.rb
+++ b/actionwebservice/lib/action_web_service/api.rb
@@ -14,10 +14,6 @@ module ActionWebService # :nodoc:
# See ActionWebService::Container::Direct::ClassMethods for an example
# of use.
class Base
- # Action WebService API subclasses should be reloaded by the dispatcher in Rails
- # when Dependencies.mechanism = :load.
- include Reloadable::Deprecated
-
# Whether to transform the public API method names into camel-cased names
class_inheritable_option :inflect_names, true