How do I do this? Specifically, I want to set the Content-Type to text/xml; charset UTF-8 Thanks, Ben
I found the answer here: http://www.juretta.com/log/2005/06/07/rails_setting_content_type/ @headers["Content-Type"] = "text/html; charset=utf-8" On 2/15/06, Ben Anderson <benanderson.us@gmail.com> wrote:> How do I do this? Specifically, I want to set the Content-Type to > text/xml; charset UTF-8 > > Thanks, > Ben >