-
Rafael Mendonça França authored
If for some reason the files that defined those constants were loaded before the `after_initialize` block, the values of the configuration would not be applied. With this new implementation we always use the configuration value, so the order things are defined doesn't matter.
Rafael Mendonça França authoredIf for some reason the files that defined those constants were loaded before the `after_initialize` block, the values of the configuration would not be applied. With this new implementation we always use the configuration value, so the order things are defined doesn't matter.
Loading