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
9230f84ed778e310529ac10c5cd4fb158359ce40
Authored by
Karpikau Andrei
2020-06-09 14:24:40 +0300
1 parent
cef1875c
add thumb for images
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/models/kanjai/image.rb
app/models/kanjai/image.rb
View file @
9230f84
@@ -44,7 +44,7 @@ module Kanjai
@@ -44,7 +44,7 @@ module Kanjai
44
key:
thumb_image_link
44
key:
thumb_image_link
45
})
45
})
46
update_column
(
:thumb_image_link
,
obj
.
public_url
)
46
update_column
(
:thumb_image_link
,
obj
.
public_url
)
47
-
#
rescue
47
+
rescue
48
48
49
end
49
end
50
end
50
end