Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created November 4, 2011 15:33
Show Gist options
  • Save BDQ/1339599 to your computer and use it in GitHub Desktop.
Save BDQ/1339599 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p290 :001 > Spree::Product.search({:name_in => "Shirt"}).relation
Spree::Product Load (18.3ms) SELECT "spree_products".* FROM "spree_products" WHERE "spree_products"."name" IN ('Shirt')
=> []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment