fixed attachment.uuid
This commit is contained in:
parent
d6399e26db
commit
4a4ffea71c
|
@ -1,4 +1,4 @@
|
|||
json.id attachment.uuid || attachment.uuid
|
||||
json.id attachment.uuid.blank? ? attachment.id : attachment.uuid
|
||||
json.title attachment.title
|
||||
json.description attachment.description
|
||||
json.filesize number_to_human_size(attachment.filesize)
|
||||
|
|
Loading…
Reference in New Issue