]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/changesets_controller.rb
Move status into the settings object
[rails.git] / app / controllers / changesets_controller.rb
index a69d0d57b7daaa14b9e78459a87f71de8187bc45..fff9f543bf7f7dc3e95d0c49fa6f77e6267db466 100644 (file)
@@ -7,10 +7,10 @@ class ChangesetsController < ApplicationController
   skip_before_action :verify_authenticity_token, :except => [:index]
   before_action :authorize_web
   before_action :set_locale
+  before_action(:only => [:index, :feed]) { |c| c.check_database_readable(true) }
 
   authorize_resource
 
-  before_action(:only => [:index, :feed]) { |c| c.check_database_readable(true) }
   around_action :web_timeout
 
   # Helper methods for checking consistency