|
|
@ -6,5 +6,5 @@ json.publish_time attachment.publish_time
|
|
|
|
json.quotes attachment.quotes_count
|
|
|
|
json.quotes attachment.quotes_count
|
|
|
|
json.downloads_count attachment.downloads_count
|
|
|
|
json.downloads_count attachment.downloads_count
|
|
|
|
json.created_on attachment.created_on
|
|
|
|
json.created_on attachment.created_on
|
|
|
|
json.url attachment_path(attachment, type: 'history')
|
|
|
|
json.url attachment_path(attachment, type: 'history').gsub("/api","")
|
|
|
|
json.is_pdf attachment.is_history_pdf?
|
|
|
|
json.is_pdf attachment.is_history_pdf?
|
|
|
|