You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Hi Schneems, I know this is a pretty old piece of code you've written here, but it is the only thing I could find that fits my use case exactly. I'm fairly new to coding, and having an existing bit of code to go off of helped me a ton, so thanks for that! On to my issue...
I was able to add some test hstore data to my Products table (my version of data is details):
Hi Schneems, I know this is a pretty old piece of code you've written here, but it is the only thing I could find that fits my use case exactly. I'm fairly new to coding, and having an existing bit of code to go off of helped me a ton, so thanks for that! On to my issue...
I was able to add some test hstore data to my Products table (my version of
data
isdetails
):details: {"Color"=>"Black", "Origin"=>"Canada", "Material"=>"Steel", "Peggable"=>"Yes", "Test Field"=>"Test Description", "Includes Screws"=>"Yes"}
Now the problem is that when I go to the "Edit" view for the product, this is what I see: https://i.imgur.com/AkXmao0.png
Any idea what's going on here?
If it makes a difference, I have an index pointed at
details
t.index ["details"], name: "index_products_on_details", using: :gin
All other views work just fine. It's only the
Edit
view that is throwing the extra code at me. Any help is appreciated!The text was updated successfully, but these errors were encountered: