1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Capitalize Ruby and small grammar fix

[ci skip]
This commit is contained in:
Jon Moss 2016-12-19 20:47:44 -05:00
parent 9e54b0566f
commit 2e7edad3ac

View file

@ -549,7 +549,7 @@ module Rails
load(seed_file) if seed_file
end
# Add configured load paths to ruby load paths and remove duplicates.
# Add configured load paths to Ruby's load path, and remove duplicate entries.
initializer :set_load_path, before: :bootstrap_hook do
_all_load_paths.reverse_each do |path|
$LOAD_PATH.unshift(path) if File.directory?(path)