diff --git a/config/environments/development.rb.sample b/config/environments/development.rb.sample index c931c6983..377f2cbbd 100644 --- a/config/environments/development.rb.sample +++ b/config/environments/development.rb.sample @@ -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