Module CurrencyLoader
In: lib/money/currency_loader.rb

Methods

Constants

DATA_PATH = Pathname.new(__FILE__).dirname + "../../config/"

Public Instance methods

Loads and returns the currencies stored in JSON files in the config directory.

@return [Hash]

[Validate]