diff options
author | Vasiliy Ermolovich <younash@gmail.com> | 2011-12-21 22:28:40 +0300 |
---|---|---|
committer | Vasiliy Ermolovich <younash@gmail.com> | 2011-12-25 22:22:22 +0300 |
commit | a7ba8e1fb325a20dc5115eeef278ce946d0450c7 (patch) | |
tree | 154a64c2c0251e4c60ddf2ff65b8c410e65ddd48 /activesupport/lib/active_support/ruby | |
parent | 748725e9ce081f6517c68d8f74d254e2079d0d79 (diff) | |
download | rails-a7ba8e1fb325a20dc5115eeef278ce946d0450c7.tar.gz rails-a7ba8e1fb325a20dc5115eeef278ce946d0450c7.tar.bz2 rails-a7ba8e1fb325a20dc5115eeef278ce946d0450c7.zip |
remove File#to_path alias
Diffstat (limited to 'activesupport/lib/active_support/ruby')
-rw-r--r-- | activesupport/lib/active_support/ruby/shim.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/ruby/shim.rb b/activesupport/lib/active_support/ruby/shim.rb index 6e1e375e06..9652eb4028 100644 --- a/activesupport/lib/active_support/ruby/shim.rb +++ b/activesupport/lib/active_support/ruby/shim.rb @@ -16,4 +16,3 @@ require 'active_support/core_ext/string/interpolation' require 'active_support/core_ext/string/encoding' require 'active_support/core_ext/rexml' require 'active_support/core_ext/time/conversions' -require 'active_support/core_ext/file/path' |