method
assign_default_content_type_and_charset
assign_default_content_type_and_charset()
private
Hide source
# File actionpack/lib/action_controller/base.rb, line 1115 def assign_default_content_type_and_charset response.content_type ||= Mime::HTML response.charset ||= self.class.default_charset unless sending_file? end


