There's no documentation for this item.
# File action_controller/response.rb, line 22 def charset=(encoding) self.headers["Content-Type"] = "#{content_type || Mime::HTML}; charset=#{encoding}" end
<code/>
<pre/>
<code/>and<pre/>for code samples.