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 /app/models/auditing_observer.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 'app/models/auditing_observer.rb')
| -rw-r--r-- | app/models/auditing_observer.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/models/auditing_observer.rb b/app/models/auditing_observer.rb deleted file mode 100644 index acce18c..0000000 --- a/app/models/auditing_observer.rb +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | class AuditingObserver < Auditing::Observer | ||
| 2 | observe :node, :page | ||
| 3 | |||
| 4 | # TODO: Insert super secure auditing here | ||
| 5 | def before_save(record) | ||
| 6 | RAILS_DEFAULT_LOGGER.debug ">>>>>>>>>>>>> #{controller.inspect}" | ||
| 7 | end | ||
| 8 | end | ||
