X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1778fa3d9c25ae1a98386d3dcbb426eda5e62fbf..7fc00c9314b6d774616ec9bb298f7a4dd2c63b8d:/app/controllers/changesets_controller.rb diff --git a/app/controllers/changesets_controller.rb b/app/controllers/changesets_controller.rb index a69d0d57b..3b20130d0 100644 --- a/app/controllers/changesets_controller.rb +++ b/app/controllers/changesets_controller.rb @@ -4,13 +4,12 @@ class ChangesetsController < ApplicationController layout "site" require "xml/libxml" - skip_before_action :verify_authenticity_token, :except => [:index] before_action :authorize_web before_action :set_locale + before_action -> { check_database_readable(true) }, :only => [:index, :feed] authorize_resource - before_action(:only => [:index, :feed]) { |c| c.check_database_readable(true) } around_action :web_timeout # Helper methods for checking consistency