We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482dba2 commit 2e3f3ceCopy full SHA for 2e3f3ce
example_app_generator/spec/support/default_preview_path
@@ -52,7 +52,7 @@ require_file_stub 'config/environment' do
52
config.action_mailer.show_previews = (ENV['SHOW_PREVIEWS'] == 'true')
53
end
54
55
- config.active_record.legacy_connection_handling = false
+ config.active_record.legacy_connection_handling = false if Rails::VERSION::STRING.start_with?('7.0')
56
57
58
0 commit comments