method
convert_content_type!
rails latest stable - Class:
ActionController::Response
convert_content_type!()private
No documentation available.
# File actionpack/lib/action_controller/response.rb, line 210
def convert_content_type!
headers['Content-Type'] ||= "text/html"
headers['Content-Type'] += "; charset=" + headers.delete('charset') if headers['charset']
end