feat(champ): expose paths
This commit is contained in:
parent
9c26d8486f
commit
38a703034e
40 changed files with 364 additions and 185 deletions
|
@ -1,5 +1,5 @@
|
|||
class Champs::CheckboxChamp < Champs::BooleanChamp
|
||||
def for_export
|
||||
def for_export(path = :value)
|
||||
true? ? 'on' : 'off'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue