Skip to content

Commit

Permalink
upgrade application.rb to use rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Florence-Njeri committed Feb 7, 2023
1 parent fc8c35e commit 20ca5c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

module WebsiteOne
class Application < Rails::Application
config.load_defaults 6.1
config.active_support.cache_format_version 7.0
config.autoloader = :classic
# necessary to make Settings available
Config::Integrations::Rails::Railtie.preload
# config.load_defaults 5.0
Expand Down

0 comments on commit 20ca5c1

Please sign in to comment.