Railsでマルチスレッドを使用した場合に RuntimeError: Circular dependency detected while autoloading constant というエラーがでる | Simple is Beautiful.

Railsでマルチスレッドを使用してActveRecordのクエリを並列に実行しようとしたら『RuntimeError: Circular dependency detected while autoloading constant …』というようなエラーがでました。 エラーの詳細は RuntimeError (Circular dependency detected while autoloading constant DayRange): app/models/stock.rb:2…