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/models/page.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models') diff --git a/app/models/page.rb b/app/models/page.rb index 30f5ec2..b6d6489 100644 --- a/app/models/page.rb +++ b/app/models/page.rb @@ -121,7 +121,7 @@ class Page < ActiveRecord::Base self.reload # Clone untranslated attributes - self.tag_list = page.tag_list.join(", ") + self.tag_list = page.tag_list self.template_name = page.template_name self.published_at = page.published_at -- cgit v1.3