diff --git a/config/environments/development.rb b/config/environments/development.rb index 0c7f9d2..1888e36 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -67,6 +67,4 @@ Rails.application.configure do # Use an evented file watcher to asynchronously detect changes in source code, # routes, locales, etc. This feature depends on the listen gem. config.file_watcher = ActiveSupport::EventedFileUpdateChecker - - config.active_job.queue_adapter = :inline end