module Reality::Extras::Quandl

Public Class Methods

included(reality) click to toggle source
# File lib/reality/extras/quandl.rb, line 49
def self.included(reality)
  reality.config.register('keys', 'quandl',
                          desc: 'Quandl API key. Can be obtained here: http://quandl.com')

  reality::Country.include CountryEconomics
end