We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8e99e commit 9f02b7fCopy full SHA for 9f02b7f
example_app_generator/spec/support/default_preview_path
@@ -49,7 +49,7 @@ require_file_stub 'config/environment' do
49
config.action_mailer.show_previews = (ENV['SHOW_PREVIEWS'] == 'true')
50
end
51
52
- config.legacy_connection_handling = false if Rails::VERSION::STRING >= '7'
+ config.active_record.legacy_connection_handling = false if Rails::VERSION::STRING >= '7'
53
54
55
0 commit comments