mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
add missing indifferent_access require for #normalize_encode_params
Fixes #33634.
This commit is contained in:
parent
e0231a0e79
commit
ce6e18a0c1
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "active_support/core_ext/hash/indifferent_access"
|
||||
|
||||
module ActionDispatch
|
||||
class Request
|
||||
class Utils # :nodoc:
|
||||
|
|
Loading…
Reference in a new issue