Skip to content

Instantly share code, notes, and snippets.

@metaskills
Created March 31, 2010 00:13
Show Gist options
  • Save metaskills/349771 to your computer and use it in GitHub Desktop.
Save metaskills/349771 to your computer and use it in GitHub Desktop.
>> o = ArObject.first; o.fooed_at = Time.now; o.save ; o.reload.downtime
=> Tue, 30 Mar 2010 20:07:40 EDT -04:00
>> o = ArObject.first; o[:fooed_at] = Time.now; o.save ; o.reload.downtime
=> Tue, 30 Mar 2010 16:07:41 EDT -04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment