Revert r16046.

DO NOT COMMIT MAJOR ENHANCEMENTS TO TRUNK WITHOUT TALKING TO ME FIRST.
This commit is contained in:
Tom Hughes 2009-06-23 02:48:38 +00:00
parent 7551e8a0c1
commit f4571eeb7c
85 changed files with 9 additions and 3278 deletions

View file

@ -2,7 +2,6 @@ class RelationController < ApplicationController
require 'xml/libxml'
before_filter :authorize, :only => [:create, :update, :delete]
before_filter :require_allow_write_api, :only => [:create, :update, :delete]
before_filter :require_public_data, :only => [:create, :update, :delete]
before_filter :check_api_writable, :only => [:create, :update, :delete]
before_filter :check_api_readable, :except => [:create, :update, :delete]