Commit 2bf07c9e0f4e01264c61b3addd057ddb4f5832ce

Authored by Karpikau Andrei
1 parent 24f00753

unzip on the fly

@@ -92,7 +92,7 @@ module Kanjai @@ -92,7 +92,7 @@ module Kanjai
92 92
93 def unzip_content 93 def unzip_content
94 if @page_template.unzip == false 94 if @page_template.unzip == false
95 - @page_template.delay.unzip_content 95 + @page_template.unzip_content
96 end 96 end
97 end 97 end
98 98
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.131" 2 + VERSION = "0.0.132"
3 end 3 end