2015-07-29 09:59:52 -07:00
|
|
|
# Auxiliary config
|
2017-03-31 13:16:23 -07:00
|
|
|
APP_CONFIG = YAML.load_file(Rails.root.join('config', 'justask.yml')).with_indifferent_access
|
2015-07-29 09:59:52 -07:00
|
|
|
|
|
|
|
# Update rails config for mail
|
2015-07-21 10:33:30 -07:00
|
|
|
Rails.application.config.action_mailer.default_url_options = { host: APP_CONFIG['hostname'] }
|