foxnewsnetwork / American-Lit-315

1 stars 1 forks source link

Clean up the XML api #20

Closed foxnewsnetwork closed 12 years ago

foxnewsnetwork commented 12 years ago

Rails, by default, generates HTML with the html.erb files, thus we need to use xml.builder to generate xml files and use the controller to different what we're trying to get. Use xml.builder extensions and respond_to do |format| ... end blocks to generate xml so the code stops looking and feeling like cancer

SpinnakerSix commented 12 years ago

this is fixed about a week ago.