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.
Add the following to your Gemfile
gem ‘currency_select’, github: ‘tanordheim/currency_select’
currency_select(“user”, “currency”)
Copyright © 2010 Trond Arve Nordheim. See LICENSE for details.