module Ordy

Constants

CONFIG_PATH

Public Class Methods

config() click to toggle source
# File lib/config/settings.rb, line 6
def self.config
  @config ||= JSON.parse(YAML::load_file(CONFIG_PATH).to_json, object_class: OpenStruct)
end