Flowdock
method

append_interceptors_to_chain

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionWebService::Invocation::ClassMethods
append_interceptors_to_chain(condition, interceptors) 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/invocation.rb, line 100
        def append_interceptors_to_chain(condition, interceptors)
          write_inheritable_array("#{condition}_invocation_interceptors", interceptors)
        end
Register or log in to add new notes.