Skip to content

Instantly share code, notes, and snippets.

@maletor
Created February 23, 2016 23:00
Show Gist options
  • Save maletor/d8b57bfe79361203e0e1 to your computer and use it in GitHub Desktop.
Save maletor/d8b57bfe79361203e0e1 to your computer and use it in GitHub Desktop.
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