Created
February 23, 2016 23:00
-
-
Save maletor/d8b57bfe79361203e0e1 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
time = Time.zone.now | |
record.updated_at = time | |
record.save! | |
record.updated_at == time # this would fail because one was rounded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment