summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorsimon <simon@zagal.(none)>2009-02-12 00:02:39 +0100
committerhukl <hukl@eight.local>2009-02-15 20:22:17 +0100
commitf10e79a554bd0666de6390c4bc34b52c8ecd936d (patch)
tree29c19fe5cbfa8ad8d4ee08639ad9689c8268c60c /config
parentb700b1315afa9b77104cf30ca1aff0c4a33b029d (diff)
* removed the auditing observer, we'll do it the old fashioned way
* added permission model * locked down attributes on page model
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb1
1 files changed, 0 insertions, 1 deletions
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|
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
34 33
35 # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. 34 # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
36 # Run "rake -D time" for a list of tasks for finding time zone names. 35 # Run "rake -D time" for a list of tasks for finding time zone names.