We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a80326 commit b5bbd54Copy full SHA for b5bbd54
config/application.rb
@@ -9,7 +9,9 @@
9
module BurundiarxivApi
10
class Application < Rails::Application
11
# Initialize configuration defaults for originally generated Rails version.
12
- config.load_defaults 6.0
+ config.load_defaults 7.0
13
+ config.active_support.disable_to_s_conversion = false
14
+ config.autoloader = :zeitwerk
15
16
# Configuration for the application, engines, and railties goes here.
17
#
0 commit comments