module Taxonomite::ConfiguredGlobally

All classes which are configured using Taxonomite::Configuration should extend this module, such that they can access the configuration via their own class methods (i.e. ClassA.config.option)

Public Instance Methods

config() click to toggle source
# File lib/taxonomite/taxonomite_configuration.rb, line 62
def config
  Taxonomite::Configuration.config
end
reset() click to toggle source
# File lib/taxonomite/taxonomite_configuration.rb, line 66
def reset
  Taxonomite::Configuration.reset
end