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