Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only generate cost centers if running in server.
* initializers are always run after version 4 of rails. In this instance the initializer was being run by rake during the docker build process. However, the necessary env vars are not present at build time so this step was failing. Line 36 stops this.
- Loading branch information