From 051bab5bd2d52bc4b3abf1a3dfb086c4c3fd345e Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 21 Mar 2009 03:59:35 -0700 Subject: Explicitly require pathname core extension --- activesupport/lib/active_support/core_ext/exception.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/exception.rb b/activesupport/lib/active_support/core_ext/exception.rb index c22013beef..9564591e36 100644 --- a/activesupport/lib/active_support/core_ext/exception.rb +++ b/activesupport/lib/active_support/core_ext/exception.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/pathname' + module ActiveSupport FrozenObjectError = RUBY_VERSION < '1.9' ? TypeError : RuntimeError end -- cgit v1.2.3