search for: 31e4c74

Displaying 1 result from an estimated 1 matches for "31e4c74".

Did you mean: 31,474
2008 Jan 19
1
Decimals are being converted to Bigdecimals!!!!!
...ey''re set up right ( DECIMAL(8,2) ). The problem is that when I access these columns in the console, they show up as Bigdecimal and it''s messing up my calculations. Here''s what it looks like from the rails console: >> Lineitem.find(34).price => #<BigDecimal:31e4c74,''0.3E4'',4(12)> >> Payment.find(23).amount => #<BigDecimal:31b8480,''0.4125E4'',4(12)> What''s going on here? How do I get Rails to recognize that these are decimal/currency amounts????? --~--~---------~--~----~------------~-------~--~---...