demarches-normaliennes/app/models/columns/titre_identite_column.rb

10 lines
166 B
Ruby
Raw Normal View History

2024-10-30 15:43:47 +01:00
# frozen_string_literal: true
class Columns::TitreIdentiteColumn < Column
private
def typed_value(champ)
champ.piece_justificative_file.attached?
2024-10-30 15:43:47 +01:00
end
end