In config\application.rb I added this line of code:
config.i18n.default_locale = :de
And then I wrote something for test in a view like this, BUT it is still formatting the money in US dollars. Shouldn't it be formatting it by the locale I gave to it?
<p>woo! I have this much money: <%= number_to_currency(9800.56) %></p>