demarches-normaliennes/app/models/columns/titre_identite_column.rb
2024-10-31 21:36:13 +01:00

9 lines
166 B
Ruby

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