# File lib/action_controller/metal.rb, line 99
    def content_type=(type)
      headers["Content-Type"] = type.to_s
    end