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 e698ebc..9ba91f6 100644 --- a/app/controllers/nodes_controller.rb +++ b/app/controllers/nodes_controller.rb | |||
| @@ -42,7 +42,7 @@ class NodesController < ApplicationController | |||
| 42 | end | 42 | end |
| 43 | 43 | ||
| 44 | def edit | 44 | def edit |
| 45 | 45 | @draft = @node.find_or_create_draft( current_user ) | |
| 46 | end | 46 | end |
| 47 | 47 | ||
| 48 | def update | 48 | def update |
