Currency Exchange plugin

Plugin details

Currency Exchange Plugin v1 for Rails Version 2.1.0
This Plugin converts an amount of money from one currency to another. The exchange rates are updated automatically once a day published by the European Bank.

Websitehttp://github.com/jasonfranklin-stokes/currencyexchange/wikis Repositorygit://github.com/jasonfranklin-stokes/currencyexchange.git Author jason franklin-stokes Tags currency, money, exchange, rates, international, bank LicenseRuby's (MIT)

Documentation

Install the plugin:
ruby script/plugin install git://github.com/jasonfranklin-stokes/currencyexchange.git

converted_money=CurrencyExchange.currency_exchange(amount, “from_currency”, “to_currency”)

converted_money=CurrencyExchange.currency_exchange(100, “USD”, “EUR”)

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | Back in time (1 older version) | Last edited by: jasonfranklinstokes, 4 months ago