Created
January 27, 2012 22:59
-
-
Save adrianpike/1691423 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
| class Stuff | |
| def to_sql | |
| 'where `stuff` = "bar"' | |
| end | |
| end | |
| Foo.where(Stuff.new) | |
| # other magic | |
| Foo.where(Foo.table[:stuff].gteq(5.days.ago)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment