forked from saurabh/orbit4-5
2 lines
130 B
Ruby
2 lines
130 B
Ruby
|
data = File.open(File.join(Rails.root, 'config', 'list.yml')).read
|
||
|
LIST = YAML::load(ERB.new(data).result(binding)).symbolize_keys
|