Skip to content

Commit 8aa8de4

Browse files
authored
Merge pull request rails#51271 from sato11/enable-compact-blank
Enable Hash#compact_blank inside ActiveSupport::LogSubscriber
2 parents fee72c3 + ffbe605 commit 8aa8de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activesupport/lib/active_support/log_subscriber.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require "active_support/core_ext/module/attribute_accessors"
44
require "active_support/core_ext/class/attribute"
5+
require "active_support/core_ext/enumerable"
56
require "active_support/subscriber"
67
require "active_support/deprecation/proxy_wrappers"
78

0 commit comments

Comments
 (0)