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
Take a look here. Basically you need to use render :xml => blah.to_xml