[fix #2956] YesNo: fixing to_s
This commit is contained in:
parent
fef15d63df
commit
9d406770a8
2 changed files with 27 additions and 0 deletions
|
@ -5,6 +5,10 @@ class Champs::YesNoChamp < Champs::CheckboxChamp
|
|||
end
|
||||
end
|
||||
|
||||
def to_s
|
||||
value_for_export
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def value_for_export
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue