From e04151525fa6963f2e55444a156fd47f24423e51 Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 26 Feb 2009 14:16:57 +0100 Subject: the locale stuff as well as the cloning should work now entirely as expected although the cloning itself isn't really a beauty --- app/controllers/nodes_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/nodes_controller.rb') 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 end def edit - + @draft = @node.find_or_create_draft( current_user ) end def update -- cgit v1.3