Skip to content

Instantly share code, notes, and snippets.

@alicethewhale
Created November 22, 2018 16:24
Show Gist options
  • Save alicethewhale/7fa69d3c9c98ed8f6da5ac6c729cb97b to your computer and use it in GitHub Desktop.
Save alicethewhale/7fa69d3c9c98ed8f6da5ac6c729cb97b to your computer and use it in GitHub Desktop.
select("timeline_items.*")
.from("(#{union_query}) AS timeline_items")
.where("timeline_items.date <= ?", Time.current)
.order("timeline_items.date DESC")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment