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.
2 parents 1873102 + c944d25 commit 0c54f93Copy full SHA for 0c54f93
example_app_generator/spec/support/default_preview_path
@@ -48,7 +48,7 @@ require_file_stub 'config/environment' do
48
config.action_mailer.show_previews = (ENV['SHOW_PREVIEWS'] == 'true')
49
end
50
51
- config.active_record.legacy_connection_handling = false if Rails::VERSION::STRING >= '7'
+ config.active_record.legacy_connection_handling = false if Rails::VERSION::STRING.start_with?('7.0')
52
53
54
0 commit comments