Skip to content

Commit 9f02b7f

Browse files
Add missing active_record
1 parent 9a8e99e commit 9f02b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_app_generator/spec/support/default_preview_path

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require_file_stub 'config/environment' do
4949
config.action_mailer.show_previews = (ENV['SHOW_PREVIEWS'] == 'true')
5050
end
5151

52-
config.legacy_connection_handling = false if Rails::VERSION::STRING >= '7'
52+
config.active_record.legacy_connection_handling = false if Rails::VERSION::STRING >= '7'
5353
end
5454
end
5555

0 commit comments

Comments
 (0)