Created
January 7, 2019 23:15
-
-
Save adamlogic/56f3e1be3ada79f0efbe8cb36a246dc6 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
Event.where(date_end: (Time.current.midnight .. Time.parse('2020-01-01'))).cache_key | |
#=> "events/query-38261fed1ce8f823ec1c05f19e0123fb-0" | |
Event.where(date_end: (Time.current .. Time.parse('2020-01-01'))).cache_key | |
#=> "events/query-a5aea4fdf9842521af708f1d663a710b-0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment