There's no documentation for this item.
# File action_controller/base.rb, line 1185 def assign_default_content_type_and_charset response.content_type ||= Mime::HTML response.charset ||= self.class.default_charset unless sending_file? end
<code/>
<pre/>
<code/>and<pre/>for code samples.