Skip to content
Snippets Groups Projects
Unverified Commit f6d5f58c authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

add pdf blob to explicit blob ids in research article

parent 126521d3
No related branches found
No related tags found
No related merge requests found
......@@ -90,8 +90,8 @@ class Research::Journal::Article < ApplicationRecord
).ordered.last
end
def blob_ids
[pdf&.blob_id]
def explicit_blob_ids
super.concat [pdf&.blob_id]
end
def set_published_at
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment