]> git.openstreetmap.org Git - rails.git/blob - config/initializers/action_controller.rb
fix some trace tests, due to a change of the way that your own ones are rendered.
[rails.git] / config / initializers / action_controller.rb
1 # Stop action controller from automatically parsing XML in request bodies
2 ActionController::Base.param_parsers.delete Mime::XML
3