-
Rafael Mendonça França authored
Since those two constants were being defined inside the `app` folder, they were being defined before the configuration was set in the `after_initialize` block. With this new implmentation we always use the configuration value, so the order things are defined doesn't matter.
Rafael Mendonça França authoredSince those two constants were being defined inside the `app` folder, they were being defined before the configuration was set in the `after_initialize` block. With this new implmentation we always use the configuration value, so the order things are defined doesn't matter.
Loading