CurrencySelect

Adds a currency_select helper to Ruby on Rails projects, allowing you to get a HTML select list of available currencies.

The list of currencies are provided by the Money gem.

Example

currency_select(“user”, “currency”)

Copyright © 2010 Trond Arve Nordheim. See LICENSE for details.