Enable new connection handling API
This commit is contained in:
parent
afc4c6fde1
commit
32ebe67c00
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Rails.application.config.action_controller.urlsafe_csrf_tokens = true
|
|||
# Use new connection handling API. For most applications this won't have any
|
||||
# effect. For applications using multiple databases, this new API provides
|
||||
# support for granular connection swapping.
|
||||
# Rails.application.config.active_record.legacy_connection_handling = false
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue