Skip to content

Commit b5bbd54

Browse files
authored
Update Rails default version to 7.0 and enable Zeitwerk (#167)
1 parent 4a80326 commit b5bbd54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/application.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
module BurundiarxivApi
1010
class Application < Rails::Application
1111
# Initialize configuration defaults for originally generated Rails version.
12-
config.load_defaults 6.0
12+
config.load_defaults 7.0
13+
config.active_support.disable_to_s_conversion = false
14+
config.autoloader = :zeitwerk
1315

1416
# Configuration for the application, engines, and railties goes here.
1517
#

0 commit comments

Comments
 (0)