mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Added activesupport requires for Array.wrap in previously modified files
This commit is contained in:
parent
4c4d5c7e6c
commit
06671c37de
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require "active_support/core_ext/array/wrap"
|
||||
|
||||
module ActionView #:nodoc:
|
||||
# = Action View PathSet
|
||||
class PathSet < Array #:nodoc:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
require "active_support/core_ext/array/wrap"
|
||||
require "active_support/core_ext/enumerable"
|
||||
|
||||
module ActionView
|
||||
|
|
Loading…
Reference in a new issue