Skip to content

Commit

Permalink
Update Rails default config for 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike3985 committed Jan 14, 2025
1 parent baff649 commit 76220c8
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 @@ -21,7 +21,7 @@
module Signon
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.2
config.load_defaults 8.0

config.active_record.belongs_to_required_by_default = false

Expand Down

0 comments on commit 76220c8

Please sign in to comment.