diff --git a/activesupport/lib/active_support/core_ext/module/introspection.rb b/activesupport/lib/active_support/core_ext/module/introspection.rb index 9b6df405961c7..aff8c2f3ce37b 100644 --- a/activesupport/lib/active_support/core_ext/module/introspection.rb +++ b/activesupport/lib/active_support/core_ext/module/introspection.rb @@ -1,5 +1,6 @@ # frozen_string_literal: true +require "active_support/core_ext/string/filters" require "active_support/inflector" class Module