91eeac6c40
There is no need to set options other than the foodcoop during every change of the scope. This also makes sure that the correct options will be loaded during testing to fix problems with newer rails versions.
6 lines
259 B
Ruby
6 lines
259 B
Ruby
# Initial load the default config and database from rails environment
|
|
# See config/app_config.yml for further details
|
|
# Load Config, start by selecting defaults via current environment
|
|
require 'foodsoft_config'
|
|
FoodsoftConfig.init
|
|
FoodsoftConfig.init_mailing
|