turning the session off for the changeset controller, to come in line with the other api controllers

This commit is contained in:
Shaun McDonald 2008-12-04 14:36:21 +00:00
parent 40adafa698
commit d9c6758ee6

View 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]