]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/changesets_controller.rb
Remove SWF gpx trackpoints feature for Potlatch1
[rails.git] / app / controllers / changesets_controller.rb
index a69d0d57b7daaa14b9e78459a87f71de8187bc45..3b20130d00829eb29a4ae71e1aa3b8f011c23281 100644 (file)
@@ -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