Skip to content

Instantly share code, notes, and snippets.

@mcansky
Created June 3, 2010 15:04
Show Gist options
  • Save mcansky/423983 to your computer and use it in GitHub Desktop.
Save mcansky/423983 to your computer and use it in GitHub Desktop.
ree-1.8.7-2010.01 > a.paid(true)
=> #<Token id: 4, value: "NF8wM18wNl8yMDEwX01WOHdNMTh3Tmw4eU1ERXc=", expiration_date: nil, cart_id: 23, created_at: "2010-06-03 15:02:15", updated_at: "2010-06-03 15:02:15">
ree-1.8.7-2010.01 > Token.first
=> #<Token id: 4, value: nil, expiration_date: nil, cart_id: 23, created_at: "2010-06-03 15:02:15", updated_at: "2010-06-03 15:02:15">
ree-1.8.7-2010.01 > a.token
=> #<Token id: 4, value: "NF8wM18wNl8yMDEwX01WOHdNMTh3Tmw4eU1ERXc=", expiration_date: nil, cart_id: 23, created_at: "2010-06-03 15:02:15", updated_at: "2010-06-03 15:02:15">
ree-1.8.7-2010.01 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment