add cache_strategy to import/export

This commit is contained in:
Paul Sponagl 2012-02-13 16:45:23 +01:00
parent d75604d654
commit 4385eedbbb
1 changed files with 2 additions and 2 deletions

View File

@ -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
end