Flowdock
method

call

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: ActionDispatch::BestStandardsSupport
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/best_standards_support.rb, line 16
    def call(env)
      status, headers, body = @app.call(env)
      headers["X-UA-Compatible"] = @header
      [status, headers, body]
    end
Register or log in to add new notes.