[fix #2956] YesNo: fixing to_s

This commit is contained in:
simon lehericey 2018-11-06 16:20:11 +01:00
parent fef15d63df
commit 9d406770a8
2 changed files with 27 additions and 0 deletions

View file

@ -5,6 +5,10 @@ class Champs::YesNoChamp < Champs::CheckboxChamp
end
end
def to_s
value_for_export
end
private
def value_for_export