fix(pj_template): private proxy template url so their links are non expirable
Closes #7920
This commit is contained in:
parent
6f5cd5a2ad
commit
b9d6397a9b
8 changed files with 52 additions and 5 deletions
|
@ -17,6 +17,10 @@ class Champs::PieceJustificativeController < ApplicationController
|
|||
end
|
||||
end
|
||||
|
||||
def template
|
||||
redirect_to @champ.type_de_champ.piece_justificative_template.blob
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def set_champ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue