method
convert_content_type!
v2.3.8 -
Show 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