From 06671c37de93702323ee281aedc4023bb8d7cdb6 Mon Sep 17 00:00:00 2001 From: Burke Libbey Date: Sat, 7 May 2011 18:30:50 -0500 Subject: Added activesupport requires for Array.wrap in previously modified files --- actionpack/lib/action_view/path_set.rb | 2 ++ actionpack/lib/action_view/template/error.rb | 1 + 2 files changed, 3 insertions(+) diff --git a/actionpack/lib/action_view/path_set.rb b/actionpack/lib/action_view/path_set.rb index ea5b71bb03..54b9a6d39e 100644 --- a/actionpack/lib/action_view/path_set.rb +++ b/actionpack/lib/action_view/path_set.rb @@ -1,3 +1,5 @@ +require "active_support/core_ext/array/wrap" + module ActionView #:nodoc: # = Action View PathSet class PathSet < Array #:nodoc: diff --git a/actionpack/lib/action_view/template/error.rb b/actionpack/lib/action_view/template/error.rb index 1ee05c8f6f..d4448a7b33 100644 --- a/actionpack/lib/action_view/template/error.rb +++ b/actionpack/lib/action_view/template/error.rb @@ -1,3 +1,4 @@ +require "active_support/core_ext/array/wrap" require "active_support/core_ext/enumerable" module ActionView -- cgit v1.2.3