1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Vijay Dev 2011-08-03 19:34:23 +05:30 committed by Xavier Noria
parent 688b0c318f
commit e4d8a95443

View file

@ -33,7 +33,7 @@ end
This file will attempt to load +rails/cli+ and if it cannot find it then add the +railties/lib+ path to the load path (+$:+) and will then try to require it again.
h4. +railites/lib/rails/cli.rb+
h4. +railties/lib/rails/cli.rb+
This file looks like this: