demarches-normaliennes/app/models/columns/titre_identite_column.rb
2024-11-05 09:38:26 +01:00

9 lines
180 B
Ruby

# frozen_string_literal: true
class Columns::TitreIdentiteColumn < Columns::ChampColumn
private
def typed_value(champ)
champ.piece_justificative_file.attached?
end
end