Skip to content

Instantly share code, notes, and snippets.

@matteomanzo
Created April 18, 2018 07:45
Show Gist options
  • Save matteomanzo/64a884f339b59fccf1681d1e4ef0c8c8 to your computer and use it in GitHub Desktop.
Save matteomanzo/64a884f339b59fccf1681d1e4ef0c8c8 to your computer and use it in GitHub Desktop.
UffiziIndex::Artwork.all.query(word: {title: "venere"}).query(word: {author: "botticelli"}).load.to_a
=> [#<Artwork:0x007fa66ec00a28
id: 3,
museum_id: 15,
title: "Nascita di Venere",
author: "Sandro Botticelli (Firenze 1445-1510) ",
position: 109>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment