Sha256: a3681660bbf680309f69ba69195d7e59359b827f2b5c479a3114f5e1bbd9c1bd
Contents?: true
Size: 275 Bytes
Versions: 8
Compression:
Stored size: 275 Bytes
Contents
module Geoblacklight def config @config ||= config_yaml.with_indifferent_access end private def config_yaml YAML.load(ERB.new(File.read("#{Rails.root}/config/geoblacklight.yml")).result)[Rails.env] end module_function :config, :config_yaml end
Version data entries
8 entries across 8 versions & 1 rubygems