adding ending back to image

This commit is contained in:
Torsten 2023-01-23 16:14:11 +02:00
parent 99fe85f599
commit 8057293967
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ module Merged
end
def asset_name
image_root + "/" + self.id.to_s
image_root + "/" + self.id.to_s + "." + self.type
end
def full_filename