Flowdock
method

prepend_interceptors_to_chain

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: ActionWebService::Invocation::ClassMethods
prepend_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 105
        def prepend_interceptors_to_chain(condition, interceptors)
          interceptors = interceptors + read_inheritable_attribute("#{condition}_invocation_interceptors")
          write_inheritable_attribute("#{condition}_invocation_interceptors", interceptors)
        end
Register or log in to add new notes.