mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Added activesupport requires for Array.wrap in previously modified files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user