summaryrefslogtreecommitdiff
path: root/app/controllers/nodes_controller.rb
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 /app/controllers/nodes_controller.rb
parent654f1542cafb3a8fc6bcd559952ae1a14c825fc9 (diff)
* here comes da wicked sick auditing observer hack
Diffstat (limited to 'app/controllers/nodes_controller.rb')
-rw-r--r--app/controllers/nodes_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/nodes_controller.rb b/app/controllers/nodes_controller.rb
index 1baf052..34394df 100644
--- a/app/controllers/nodes_controller.rb
+++ b/app/controllers/nodes_controller.rb
@@ -1,4 +1,5 @@
1class NodesController < ApplicationController 1class NodesController < ApplicationController
2 include Auditing
2 3
3 layout 'admin' 4 layout 'admin'
4 5