Skip to content

Commit

Permalink
use number instead of string in application.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
brchristian committed Apr 14, 2020
1 parent 673685c commit 4eda24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/upgrading_ruby_on_rails.md
Expand Up @@ -263,7 +263,7 @@ The default configuration for Rails 6
```ruby
# config/application.rb

config.load_defaults "6.0"
config.load_defaults 6.0
```

enables `zeitwerk` autoloading mode on CRuby. In that mode, autoloading, reloading, and eager loading are managed by [Zeitwerk](https://github.com/fxn/zeitwerk).
Expand Down

0 comments on commit 4eda24a

Please sign in to comment.