diff options
| author | simon <simon@zagal.(none)> | 2009-02-12 00:02:39 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-15 20:22:17 +0100 |
| commit | f10e79a554bd0666de6390c4bc34b52c8ecd936d (patch) | |
| tree | 29c19fe5cbfa8ad8d4ee08639ad9689c8268c60c /config/environment.rb | |
| parent | b700b1315afa9b77104cf30ca1aff0c4a33b029d (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/environment.rb')
| -rw-r--r-- | config/environment.rb | 1 |
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. |
