best_in_place
best_in_place copied to clipboard
How to manage a Postgres array column type?
Is there a way for best_in_place
to manage a Postgres array column type? I've got a phones
column like so:
t.string "phones", default: [], array: true
Currently, if I edit the phones
field in the form, best_in_place
will not permit the change. Is there a workaround?