Sign in
EDIT
/
kanjai
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
2bf07c9e0f4e01264c61b3addd057ddb4f5832ce
Authored by
Karpikau Andrei
2020-02-21 15:16:26 +0300
1 parent
24f00753
unzip on the fly
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/controllers/kanjai/admin/page_templates_controller.rb
lib/kanjai/version.rb
app/controllers/kanjai/admin/page_templates_controller.rb
View file @
2bf07c9
@@ -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
lib/kanjai/version.rb
View file @
2bf07c9
1
module
Kanjai
1
module
Kanjai
2
-
VERSION
=
"0.0.13
1
"
2
+
VERSION
=
"0.0.13
2
"
3
end
3
end