Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolasblanco/a901633e902180f7214dcfb0629b4f80 to your computer and use it in GitHub Desktop.
Save nicolasblanco/a901633e902180f7214dcfb0629b4f80 to your computer and use it in GitHub Desktop.
irb(main):011:0> Product.where("name_translations->>'en' = ?", "My great product").first
=> #<Product id: 1, sku: "SKU", name_translations: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment