5 lines
74 B
Ruby
5 lines
74 B
Ruby
class Champs::CiviliteChamp < Champ
|
|
def html_label?
|
|
false
|
|
end
|
|
end
|