-
-
Save matteomanzo/5c1572395960002e9fb6c2e123aed793 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UffiziIndex::Artwork.all.query(word: {title: "venus"}).query(word: {author: "botticelli"}).load.to_a | |
=> [#<Artwork:0x007fa66ec00a28 | |
id: 3, | |
museum_id: 15, | |
title: "Birth of Venus", | |
author: "Sandro Botticelli (Florence 1445-1510) ", | |
position: 109>] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment