]> git.openstreetmap.org Git - rails.git/commitdiff
turning the session off for the changeset controller, to come in line with the other...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Thu, 4 Dec 2008 14:36:21 +0000 (14:36 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Thu, 4 Dec 2008 14:36:21 +0000 (14:36 +0000)
app/controllers/changeset_controller.rb

index ff956f2acaf51184970dac2f7fe5980c91c40abe..f7f4dc9f0ac2ef46fa2094dda96dd322d60185da 100644 (file)
@@ -3,6 +3,7 @@
 class ChangesetController < ApplicationController
   require 'xml/libxml'
 
+  session :off
   before_filter :authorize, :only => [:create, :update, :delete, :upload, :include, :close]
   before_filter :check_write_availability, :only => [:create, :update, :delete, :upload, :include]
   before_filter :check_read_availability, :except => [:create, :update, :delete, :upload, :download, :query]