mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00: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