Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Action Text sanitizer initialization
Using `initializer` in the engine may run the block before application initializers. Instead, use `config.after_initialize` to ensure that application initializers take effect properly. Also, don't bother deleting the config value, since that pattern isn't needed here (as it is in other railties like action_view/railtie.rb).
- Loading branch information