diff options
Diffstat (limited to 'app/controllers/nodes_controller.rb')
| -rw-r--r-- | app/controllers/nodes_controller.rb | 2 |
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 @@ | |||
| 1 | class NodesController < ApplicationController | 1 | class 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] |
