mirror of
https://github.com/discourse/discourse.git
synced 2025-03-30 16:55:48 +08:00

We want our autoloading to respect custom inflections registered with ActiveSupport::Inflector. `Zeitwek::Inflector` does not call out to ActiveSupport. Instead, we can define our own DiscourseInflector based on the super-simple Inflector in rails core. Follow-up to 5743a6ec