]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/segment_controller.rb
The search help has now moved to the Search page on the wiki, which
[rails.git] / app / controllers / segment_controller.rb
index 070c2be8123ebcc1f556ede5f140df345ba42e6e..42e939a655e1a2f5f8ba7913882815c03e759742 100644 (file)
@@ -1,6 +1,7 @@
 class SegmentController < ApplicationController
   require 'xml/libxml'
 
+  session :off
   before_filter :authorize, :only => [:create, :update, :delete]
   before_filter :check_availability, :only => [:create, :update, :delete]
   after_filter :compress_output