content_type=(content_type)
Sets the HTTP content type.
# File actionpack/lib/action_dispatch/http/response.rb, line 183 def content_type=(content_type) @content_type = content_type.to_s end