X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/93fded964161e190eda2ff220c2b2229e10d92da..071c3581e94552e5da08a2eed14e9a69e4f87e4f:/app/controllers/old_relation_controller.rb diff --git a/app/controllers/old_relation_controller.rb b/app/controllers/old_relation_controller.rb index 771b322ee..19b4e5d34 100644 --- a/app/controllers/old_relation_controller.rb +++ b/app/controllers/old_relation_controller.rb @@ -1,6 +1,7 @@ class OldRelationController < ApplicationController require 'xml/libxml' + skip_before_filter :verify_authenticity_token before_filter :check_api_readable after_filter :compress_output around_filter :api_call_handle_error, :api_call_timeout