Skip to content

Commit

Permalink
Remove Config Option
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMitchell committed Jan 15, 2024
1 parent 4de316b commit b082c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/new_framework_defaults_6_1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# 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
Expand Down

0 comments on commit b082c1a

Please sign in to comment.