Flowdock
method

call

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: DefaultResponseApp
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/host_authorization.rb, line 88
      def call(env)
        request = Request.new(env)
        format = request.xhr? ? "text/plain" : "text/html"

        log_error(request)
        response(format, response_body(request))
      end
Register or log in to add new notes.