mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
3 lines
146 B
Ruby
3 lines
146 B
Ruby
# Load the app config from the config.yml file.
|
|
APP_CONFIG = YAML.load_file("#{Rails.root}/config/config.yml")[Rails.env].with_indifferent_access
|