What is the best method of handling currency/money?

I’m working on a very basic shopping cart system.

I have a table items that has a column price of type integer.

I’m having trouble displaying the price value in my views for prices that include both Euros and cents. Am I missing something obvious as far as handling currency in the Rails framework is concerned?

13 Answers
13

Leave a Comment