mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
autoload Pathname
This commit is contained in:
@@ -1 +1,5 @@
|
||||
require 'active_support/core_ext/pathname/clean_within'
|
||||
if defined? Pathname
|
||||
require 'active_support/core_ext/pathname/clean_within'
|
||||
else
|
||||
autoload :Pathname, 'active_support/core_ext/pathname/clean_within'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user