config: form_with now generates local forms by default

We can remove the `local: true` parameter, as it is now implied by
default.
This commit is contained in:
Pierre de La Morinerie 2021-03-30 12:38:10 +02:00
parent b65de3e583
commit c2ce20d40c
3 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@
# Rails.application.config.active_record.legacy_connection_handling = false
# Make `form_with` generate non-remote forms by default.
# Rails.application.config.action_view.form_with_generates_remote_forms = false
Rails.application.config.action_view.form_with_generates_remote_forms = false
# Set the default queue name for the analysis job to the queue adapter default.
Rails.application.config.active_storage.queues.analysis = nil