Created
November 22, 2018 16:24
-
-
Save alicethewhale/7fa69d3c9c98ed8f6da5ac6c729cb97b 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
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