Skip to content

Instantly share code, notes, and snippets.

@felipekk
Created December 24, 2009 20:08
Show Gist options
  • Save felipekk/263348 to your computer and use it in GitHub Desktop.
Save felipekk/263348 to your computer and use it in GitHub Desktop.
>> c.value = "100,01"
=> "100,01"
>> c.changes
=> {}
>> c.value = "100,01"
=> "100,01"
>> c.changes
=> {"value"=>[#<BigDecimal:3aff2a0,'0.10001E3',8(12)>, #<BigDecimal:3af9d00,'0.1
0001E3',8(12)>]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment