9cd3c800bd
Ensure that FoodsoftConfig is loaded before running the initalizers. This also enables notifaction for Resque.
5 lines
231 B
Ruby
5 lines
231 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
|