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
32 33 34 35 |
# File 'lib/action_web_service/dispatcher/action_controller_dispatcher.rb', line 32 def inherited_with_action_controller(child) inherited_without_action_controller(child) # child.send(:include, ActionWebService::Dispatcher::ActionController::WsdlAction) end |