Here\'s the code:
render :file => @somedir + \"/blah.xml\"
...but the resulting MIME type is text/html when I check in FireBug. How do I
What about
headers["Content-Type"] = "text/xml"
? Hope that helps.