Flowdock
method

condition_hash

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionWebService::Invocation::ClassMethods
condition_hash(interceptors, *methods) 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 121
        def condition_hash(interceptors, *methods)
          interceptors.inject({}) {|hash, interceptor| hash.merge(interceptor => methods.flatten.map {|method| method.to_s})}
        end
Register or log in to add new notes.