summaryrefslogtreecommitdiff
path: root/app/controllers/nodes_controller.rb
diff options
context:
space:
mode:
authorsimon <simon@zagal.(none)>2009-02-09 22:01:16 +0100
committerhukl <hukl@eight.local>2009-02-15 20:22:13 +0100
commitb700b1315afa9b77104cf30ca1aff0c4a33b029d (patch)
tree283753e7f7ea7ab6c605987bf9127322630f7ea3 /app/controllers/nodes_controller.rb
parentbed876819207e3ae84a285470b39544c2850f38b (diff)
* mergin stuff yo, why do i have to do this again?
Diffstat (limited to 'app/controllers/nodes_controller.rb')
-rw-r--r--app/controllers/nodes_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/nodes_controller.rb b/app/controllers/nodes_controller.rb
index 34394df..4c48bb5 100644
--- a/app/controllers/nodes_controller.rb
+++ b/app/controllers/nodes_controller.rb
@@ -1,6 +1,6 @@
1class NodesController < ApplicationController 1class NodesController < ApplicationController
2 include Auditing 2 include Auditing
3 3
4 layout 'admin' 4 layout 'admin'
5 5
6 before_filter :find_node, :only => [:create, :show, :edit, :update, :destroy] 6 before_filter :find_node, :only => [:create, :show, :edit, :update, :destroy]