X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/27d8f2ef63d4544f53410f78621bbf89caa347c9..9c01c4cb639775f4f93f477546124247a33f80d2:/app/controllers/amf_controller.rb diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index 3ba91fb8c..ea32acec8 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -2,7 +2,7 @@ class AmfController < ApplicationController require 'stringio' session :off - before_filter :check_availability + before_filter :check_write_availability # to log: # RAILS_DEFAULT_LOGGER.error("Args: #{args[0]}, #{args[1]}, #{args[2]}, #{args[3]}")