method

inherited_with_api

rails latest stable - Class: ActionWebService::Container::ActionController::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

inherited_with_api(child)
private

No documentation available.

# File actionwebservice/lib/action_web_service/container/action_controller_container.rb, line 83
          def inherited_with_api(child)
            inherited_without_api(child)
            begin child.web_service_api(child.controller_path)
            rescue MissingSourceFile => e
              raise unless e.is_missing?("apis/#{child.controller_path}_api")
            end
          end