]> git.openstreetmap.org Git - rails.git/blob - config/initializers/action_controller.rb
The list_bbox_rss won't work at all without a bbox. Thow an error when it's not supplied
[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