Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editing an item in a jsonb column #613

Open
Adeering opened this issue May 16, 2019 · 0 comments
Open

editing an item in a jsonb column #613

Adeering opened this issue May 16, 2019 · 0 comments

Comments

@Adeering
Copy link

Im trying to use this to edit fields inside a jsonb column...not even sure where to start on setting up the form I have this so far:

<%= best_in_place @character, 
	:data, url: user_character_path(current_user, @character), 
	as: :input, activator: "#exp-field",
	inner_class: 'form-control' %>

But this displays as object and not sure what to put to make it reference an individual item inside the jsonb column

@Adeering Adeering changed the title editing an item in a jsonb colum editing an item in a jsonb column May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant