Flowdock
new(app, prepare_each_request = false) 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 38
    def initialize(app, prepare_each_request = false)
      @app, @prepare_each_request = app, prepare_each_request
      _run_prepare_callbacks
    end
Register or log in to add new notes.