aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/lib/action_web_service/base.rb')
-rw-r--r--actionwebservice/lib/action_web_service/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionwebservice/lib/action_web_service/base.rb b/actionwebservice/lib/action_web_service/base.rb
index 5675a5bd2b..43c7b6fa26 100644
--- a/actionwebservice/lib/action_web_service/base.rb
+++ b/actionwebservice/lib/action_web_service/base.rb
@@ -33,7 +33,7 @@ module ActionWebService # :nodoc:
class Base
# Action WebService subclasses should be reloaded by the dispatcher in Rails
# when Dependencies.mechanism = :load.
- include Reloadable::Subclasses
+ include Reloadable::Deprecated
# Whether to report exceptions back to the caller in the protocol's exception
# format