fix: departement_type_de_champ#champ_value_for_tag bad signature
This commit is contained in:
parent
88d628f40f
commit
ea821e1eac
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class TypesDeChamp::DepartementTypeDeChamp < TypesDeChamp::TextTypeDeChamp
|
|||
end
|
||||
end
|
||||
|
||||
def champ_value_for_tag(path = :value)
|
||||
def champ_value_for_tag(champ, path = :value)
|
||||
case path
|
||||
when :code
|
||||
champ.code
|
||||
|
|
Loading…
Reference in a new issue