]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/old_way_controller.rb
Combine the address and netmask for an ACL in one column
[rails.git] / app / controllers / old_way_controller.rb
index c20212df4e4146e69c00e0433b85bf4cab1d6478..3836d4ab7c5167f8675d7c11db003521bb69c2d8 100644 (file)
@@ -1,6 +1,7 @@
 class OldWayController < 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