Skip to content

Commit

Permalink
Drop Rails defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Jan 23, 2025
1 parent b86458c commit 8d604c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
module Samson
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
config.load_defaults 6.1

# the new default of `true` breaks test/models/user_test.rb see https://github.com/rails/rails/issues/40867
config.active_record.has_many_inversing = false
Expand Down

0 comments on commit 8d604c6

Please sign in to comment.