Skip to content

Commit

Permalink
fix cache format deprecation warnings in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Aug 10, 2024
1 parent 3798a19 commit ecd40fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railsapp/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

module Railsapp
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
# config.load_defaults 6.1
# Initialize configuration defaults.
config.load_defaults "#{Rails::VERSION::MAJOR}.#{Rails::VERSION::MINOR}"

# Settings in config/environments/* take precedence over those specified here.
# Application configuration can go into files in config/initializers
Expand Down

0 comments on commit ecd40fa

Please sign in to comment.