demarches-normaliennes/app/helpers/piece_justificative_helper.rb

6 lines
119 B
Ruby
Raw Normal View History

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