Fix typo in upgrading_ruby_on_rails documentation by pocke · Pull Request #934 · yasslab/railsguides.jp
Railsのアップグレードガイドにタイポを見つけたので修正します。 classicモードではこれを行うためにオートロードパスにaddを追加します。 とありますが、この"add"は"app"が正しいです。 原文でも and add app to the autoload paths to accomplish that in classic mod...