We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An application can opt-in by adding this to `config/application.rb`
必要であれば、以下のように`config/application.rb`に`lib`をあえて追加する (オプトイン) こともできます。
ですが、"config/application.rbにlibを追加する"というの書き方が気になります。"config/application.rbに下記のコードを追加する"(thisを下記のコードとして訳す)、もしくは"config/application.rb内でautoload_pathsにlibを追加する"といった訳のほうがいいと思います、
config/application.rb
lib
The text was updated successfully, but these errors were encountered:
以下のように変更しました。
必要であれば、config/application.rbにあえて以下のコードを追加して (オプトイン)、libディレクトリをautoload_pathsに追加することもできます。
Sorry, something went wrong.
😍
Update constant_autoloading_and_reloading
9bad9a1
Fix #50 #51 #52 #56 #57 #58 #59 #60 #61
No branches or pull requests
ですが、"
config/application.rb
にlib
を追加する"というの書き方が気になります。"config/application.rb
に下記のコードを追加する"(thisを下記のコードとして訳す)、もしくは"config/application.rb
内でautoload_pathsにlib
を追加する"といった訳のほうがいいと思います、The text was updated successfully, but these errors were encountered: