demarches-normaliennes/app/models/champs/civilite_champ.rb

6 lines
74 B
Ruby
Raw Normal View History

2018-02-13 18:18:20 +01:00
class Champs::CiviliteChamp < Champ
def html_label?
false
end
2018-02-13 18:18:20 +01:00
end