Skip to content

Commit 62da6e2

Browse files
authored
Merge pull request rails#52847 from nnc/patch-2
Remove superfluous call to Hash#deep_symbolize_keys
2 parents 139cca9 + e85ed54 commit 62da6e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

activesupport/lib/active_support/encrypted_configuration.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def inspect # :nodoc:
9292

9393
private
9494
def deep_symbolize_keys(hash)
95-
hash.deep_symbolize_keys
9695
hash.deep_transform_keys do |key|
9796
key.to_sym
9897
rescue NoMethodError

0 commit comments

Comments
 (0)