X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/18633b7c9e66a7f25dafa68c7bc2d90885a61789..141a5692eb327d966a05429728391ceafa53fdcb:/app/controllers/amf_controller.rb diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index 1ee5e9cee..de3c7583b 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -41,7 +41,7 @@ class AmfController < ApplicationController include MapBoundary session :off - before_filter :check_write_availability + before_filter :check_api_writable # Main AMF handlers: process the raw AMF string (using AMF library) and # calls each action (private method) accordingly.