summaryrefslogtreecommitdiff
path: root/app/controllers/nodes_controller.rb
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 /app/controllers/nodes_controller.rb
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 'app/controllers/nodes_controller.rb')
-rw-r--r--app/controllers/nodes_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/nodes_controller.rb b/app/controllers/nodes_controller.rb
index 4c48bb5..cc1ad5c 100644
--- a/app/controllers/nodes_controller.rb
+++ b/app/controllers/nodes_controller.rb
@@ -1,5 +1,4 @@
1class NodesController < ApplicationController 1class NodesController < ApplicationController
2 include Auditing
3 2
4 layout 'admin' 3 layout 'admin'
5 4