Skip to content

Commit

Permalink
update load default to 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Mar 14, 2024
1 parent 1883600 commit 8e9fd57
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 @@ -224,7 +224,7 @@ module ::Reporting; end
# Apply framework defaults. New recommended defaults are successively added with each Rails version and
# include the defaults from previous versions. For more info see:
# https://guides.rubyonrails.org/configuring.html#results-of-config-load-defaults
config.load_defaults 6.1
config.load_defaults 7.1
config.action_view.form_with_generates_remote_forms = false
config.active_record.cache_versioning = false
config.active_record.has_many_inversing = false
Expand Down

0 comments on commit 8e9fd57

Please sign in to comment.