From bed876819207e3ae84a285470b39544c2850f38b Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 9 Feb 2009 21:55:02 +0100 Subject: * here comes da wicked sick auditing observer hack --- config/environment.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/environment.rb b/config/environment.rb index aad08150..4577575d 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -30,6 +30,7 @@ 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