aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-06-08 14:23:23 -0400
committerwycats <wycats@gmail.com>2010-06-08 14:24:35 -0400
commit6b49a71ab719319aafa9d0dce4addd815974bafc (patch)
treec2ee53dc3f1114f0320f8a42e259a2a6dc5a1d47 /activesupport
parent68b4720fd18796f337000f37bf57af905b0370a7 (diff)
downloadrails-6b49a71ab719319aafa9d0dce4addd815974bafc.tar.gz
rails-6b49a71ab719319aafa9d0dce4addd815974bafc.tar.bz2
rails-6b49a71ab719319aafa9d0dce4addd815974bafc.zip
Missing require restored
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/file.rb1
1 files changed, 1 insertions, 0 deletions
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'