Skip to content

Commit e85ed54

Browse files
authored
Remove superfluous call to Hash#deep_symbolize_keys
Introduced in rails#51950
1 parent 139cca9 commit e85ed54

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)