Flowdock
method

inherited_with_api

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionWebService::Container::ActionController::ClassMethods
inherited_with_api(child) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.