Skip to content

Commit

Permalink
Rails 7.1: singular association names
Browse files Browse the repository at this point in the history
Disallow a singular association deprecated behaviour that doesn't
affect us
  • Loading branch information
rgarner committed Feb 6, 2025
1 parent 207fa60 commit b27ebaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/new_framework_defaults_7_1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
###
# Disable deprecated singular associations names.
#++
# Rails.application.config.active_record.allow_deprecated_singular_associations_name = false
Rails.application.config.active_record.allow_deprecated_singular_associations_name = false

###
# Enable the Active Job `BigDecimal` argument serializer, which guarantees
Expand Down

0 comments on commit b27ebaa

Please sign in to comment.