From 8c202e546b43298b1ea4d2ad8cf378aaa4647a51 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 16 Aug 2009 00:10:24 +0200 Subject: migration to add missing columns and indexes for acts_as_taggable_redux as well as other related modifications --- app/views/nodes/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb index f37a24b..5973a6c 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb @@ -23,7 +23,7 @@ <% fields_for @draft do |d| %> Tags - comma seperated - <%= text_field_tag :tag_list, @draft.tag_list.join(", ") %> + <%= text_field_tag :tag_list, @draft.tag_list %> Publish at -- cgit v1.3