Created
March 31, 2010 00:13
-
-
Save metaskills/349771 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
>> 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