1
0
Fork 0
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:
yuuji.yaginuma 2016-01-30 13:50:22 +09:00
parent 6162c49e40
commit a027a750d0

View file

@ -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