-
Mike Dalessio authored
Using `initializer` in the railtie ran the block before application initializers. Instead, use `after_initialize` to ensure that application initializers take effect properly.
Mike Dalessio authoredUsing `initializer` in the railtie ran the block before application initializers. Instead, use `after_initialize` to ensure that application initializers take effect properly.
Loading