mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
remove unused require
`with_indifferent_access` had been used in `assigns` method, but has been removed in ca83436
.
This commit is contained in:
parent
6162c49e40
commit
a027a750d0
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
require 'action_dispatch/middleware/cookies'
|
||||
require 'action_dispatch/middleware/flash'
|
||||
require 'active_support/core_ext/hash/indifferent_access'
|
||||
|
||||
module ActionDispatch
|
||||
module TestProcess
|
||||
|
|
Loading…
Reference in a new issue