From f10e79a554bd0666de6390c4bc34b52c8ecd936d Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 12 Feb 2009 00:02:39 +0100 Subject: * removed the auditing observer, we'll do it the old fashioned way * added permission model * locked down attributes on page model --- config/environment.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/environment.rb b/config/environment.rb index 4577575..aad0815 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -30,7 +30,6 @@ Rails::Initializer.run do |config| # Activate observers that should always be running # config.active_record.observers = :cacher, :garbage_collector, :forum_observer - config.active_record.observers = :auditing_observer # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. # Run "rake -D time" for a list of tasks for finding time zone names. -- cgit v1.3