Module: ActionWebService::Dispatcher::ActionController::ClassMethods
- Defined in:
- lib/action_web_service/dispatcher/action_controller_dispatcher.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#inherited_with_action_controller(child) ⇒ Object
31 32 33 34 |
# File 'lib/action_web_service/dispatcher/action_controller_dispatcher.rb', line 31 def inherited_with_action_controller(child) inherited_without_action_controller(child) child.send(:include, ActionWebService::Dispatcher::ActionController::WsdlAction) end |