best_in_place icon indicating copy to clipboard operation
best_in_place copied to clipboard

How to manage a Postgres array column type?

Open t56k opened this issue 8 years ago • 0 comments

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?

t56k avatar Jan 14 '17 22:01 t56k