class Money

def self.disallow_currency_conversion!

currency exchange. Useful when apps operate in a single currency at a time.
Sets the default bank to be a SingleCurrency bank that raises on
def self.disallow_currency_conversion!
  self.default_bank = Bank::SingleCurrency.instance
end