Skip to content

Commit 59cf514

Browse files
cehoffmanjosevalim
authored andcommitted
Add missing require in ActiveSupport::HashWithIndifferentAccess [rails#5189 state:resolved]
Signed-off-by: José Valim <[email protected]>
1 parent 2dfeb7b commit 59cf514

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activesupport/lib/active_support/hash_with_indifferent_access.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'active_support/core_ext/hash/indifferent_access'
12
require 'active_support/core_ext/hash/keys'
23

34
# This class has dubious semantics and we only have it so that

0 commit comments

Comments
 (0)