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

@ -3,7 +3,6 @@
class NodeController < ApplicationController
require 'xml/libxml'
session :off
before_filter :authorize, :only => [:create, :update, :delete]
before_filter :require_public_data, :only => [:create, :update, :delete]
before_filter :check_api_writable, :only => [:create, :update, :delete]