Sha256: cb66cf8e83906602f226fc4016cde2779b26f7298bca8ecaa3e7324bfa2c164b
Contents?: true
Size: 255 Bytes
Versions: 9
Compression:
Stored size: 255 Bytes
Contents
require 'yaml' require 'tengine/support/yaml_with_erb' module AppGarden CONFIG_PATH = File.expand_path("../../../../fontana_sample/config/app_garden.yml", __FILE__) module_function def config @config ||= YAML.load_file(CONFIG_PATH) end end
Version data entries
9 entries across 9 versions & 1 rubygems