production モード向けに eager_load を設定する方法
参考:
Rails の config.eager_load は Model や Controller を読み込むタイミングを制御できる – Qiita
Rails 5 disables autoloading after booting the app in production | BigBinary Blog
eager_load_paths
参考:
Rails4 と Rails5 とでの eager_load_paths の違い | マスタカの ChangeLog メモ
Ruby on Rails の eager_load_paths の仕組みを紐解く。| teitei.tk
Don’t forget about eager_load when extending autoload paths | Arkency Blog