Move to version 2.3.2 of rails.

This commit is contained in:
Tom Hughes 2009-06-04 08:08:24 +00:00
parent 9126d989c8
commit 2f3e23f6eb
47 changed files with 390 additions and 304 deletions

View file

@ -4,7 +4,6 @@ class ChangesetController < ApplicationController
layout 'site'
require 'xml/libxml'
session :off, :except => [:list, :list_user, :list_bbox]
before_filter :authorize_web, :only => [:list, :list_user, :list_bbox]
before_filter :set_locale, :only => [:list, :list_user, :list_bbox]
before_filter :authorize, :only => [:create, :update, :delete, :upload, :include, :close]