demarches-normaliennes/app/helpers/piece_justificative_helper.rb
2017-12-07 17:04:41 +01:00

5 lines
119 B
Ruby

module PieceJustificativeHelper
def display_pj_filename(pj)
truncate(pj.original_filename, length: 60)
end
end