summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorsimon <simon@zagal.(none)>2009-02-09 21:55:02 +0100
committerhukl <hukl@eight.local>2009-02-15 20:22:07 +0100
commitbed876819207e3ae84a285470b39544c2850f38b (patch)
tree1ddd43697228ee6457bec9ca6cece62a602a74de /config
parent654f1542cafb3a8fc6bcd559952ae1a14c825fc9 (diff)
* here comes da wicked sick auditing observer hack
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb
index aad0815..4577575 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -30,6 +30,7 @@ Rails::Initializer.run do |config|
30 30
31 # Activate observers that should always be running 31 # Activate observers that should always be running
32 # config.active_record.observers = :cacher, :garbage_collector, :forum_observer 32 # config.active_record.observers = :cacher, :garbage_collector, :forum_observer
33 config.active_record.observers = :auditing_observer
33 34
34 # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. 35 # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
35 # Run "rake -D time" for a list of tasks for finding time zone names. 36 # Run "rake -D time" for a list of tasks for finding time zone names.