Remove explicit autloader config

This commit is contained in:
Maciej Szlosarczyk 2020-06-04 15:08:24 +03:00
parent 194a509a26
commit 508ffd4774
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

@ -5,7 +5,6 @@ Rails.application.configure do
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web server when you make code changes.
config.cache_classes = false
config.autoload = :classic
# Do not eager load code on boot.
config.eager_load = false