feat(champ): expose paths

This commit is contained in:
Paul Chavard 2024-04-02 17:05:44 +02:00
parent 9c26d8486f
commit 38a703034e
40 changed files with 364 additions and 185 deletions

View file

@ -1,5 +1,5 @@
class Champs::CheckboxChamp < Champs::BooleanChamp
def for_export
def for_export(path = :value)
true? ? 'on' : 'off'
end