turning the session off for the changeset controller, to come in line with the other api controllers
This commit is contained in:
parent
40adafa698
commit
d9c6758ee6
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue