Merge branch 'staging'
This commit is contained in:
commit
2f8b918aa6
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,14 @@ class PieceJustificative < ActiveRecord::Base
|
||||||
content.blank?
|
content.blank?
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def libelle
|
||||||
|
if type_de_piece_justificative.nil?
|
||||||
|
return content.to_s
|
||||||
|
else
|
||||||
|
type_de_piece_justificative.libelle
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
def content_url
|
def content_url
|
||||||
unless content.url.nil?
|
unless content.url.nil?
|
||||||
if Features.remote_storage
|
if Features.remote_storage
|
||||||
|
|
Loading…
Reference in a new issue