Flowdock
call(env) public

No documentation

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

Hide source
# File actionpack/lib/action_dispatch/middleware/callbacks.rb, line 43
    def call(env)
      _run_call_callbacks do
        _run_prepare_callbacks if @prepare_each_request
        @app.call(env)
      end
    end
Register or log in to add new notes.