We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
But this displays as object and not sure what to put to make it reference an individual item inside the jsonb column
The text was updated successfully, but these errors were encountered: