From 4385eedbbba79792c9dee4d90bd9f57d01bd6d78 Mon Sep 17 00:00:00 2001 From: Paul Sponagl Date: Mon, 13 Feb 2012 16:45:23 +0100 Subject: [PATCH] add cache_strategy to import/export --- lib/locomotive/export.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/locomotive/export.rb b/lib/locomotive/export.rb index 78aab45f..6b9d5fa3 100644 --- a/lib/locomotive/export.rb +++ b/lib/locomotive/export.rb @@ -173,7 +173,7 @@ module Locomotive protected def _copy_pages(page) - attributes = self.extract_attributes(page, %w{title seo_title meta_description meta_keywords redirect_url content_type published}) + attributes = self.extract_attributes(page, %w{title seo_title meta_description meta_keywords redirect_url content_type published cache_strategy}) attributes['listed'] = page.listed? # in some cases, page.listed can be nil @@ -340,4 +340,4 @@ module Locomotive end -end \ No newline at end of file +end