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:
parent
9e54b0566f
commit
2e7edad3ac
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue