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 4eaf3b1 commit ed467f4Copy full SHA for ed467f4
example_app_generator/spec/support/default_preview_path
@@ -37,6 +37,9 @@ require_file_stub 'config/environment' do
37
module ExampleApp
38
class Application < Rails::Application
39
config.eager_load = false
40
+ if Rails::VERSION::STRING.start_with?('7')
41
+ config.active_support.cache_format_version = 7.0
42
+ end
43
44
# Don't care if the mailer can't send.
45
config.action_mailer.raise_delivery_errors = false unless ENV['NO_ACTION_MAILER']
0 commit comments