Skip to content

Instantly share code, notes, and snippets.

@johnbender
Created March 12, 2009 19:13
Show Gist options
  • Save johnbender/78240 to your computer and use it in GitHub Desktop.
Save johnbender/78240 to your computer and use it in GitHub Desktop.
Query.build do
view [:foo, :bar, :baz]
where do
:foo.match /someregex/
end
order asc
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment