2024-10-30 15:43:47 +01:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2024-11-04 16:13:55 +01:00
|
|
|
class Columns::TitreIdentiteColumn < Columns::ChampColumn
|
2024-10-30 15:43:47 +01:00
|
|
|
private
|
|
|
|
|
2024-10-31 21:36:13 +01:00
|
|
|
def typed_value(champ)
|
|
|
|
champ.piece_justificative_file.attached?
|
2024-10-30 15:43:47 +01:00
|
|
|
end
|
|
|
|
end
|