From 6b49a71ab719319aafa9d0dce4addd815974bafc Mon Sep 17 00:00:00 2001 From: wycats Date: Tue, 8 Jun 2010 14:23:23 -0400 Subject: Missing require restored --- activesupport/lib/active_support/core_ext/file.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/core_ext/file.rb') diff --git a/activesupport/lib/active_support/core_ext/file.rb b/activesupport/lib/active_support/core_ext/file.rb index dc24afbe7f..a763447566 100644 --- a/activesupport/lib/active_support/core_ext/file.rb +++ b/activesupport/lib/active_support/core_ext/file.rb @@ -1 +1,2 @@ require 'active_support/core_ext/file/atomic' +require 'active_support/core_ext/file/path' -- cgit v1.2.3