Skip to content

Commit ecef0ee

Browse files
committed
chore: fix rake eager loading for polymorphic type inference
1 parent d76d098 commit ecef0ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/example/config/application.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module Example
2222
class Application < Rails::Application
2323
# Initialize configuration defaults for originally generated Rails version.
2424
config.load_defaults 7.1
25+
config.rake_eager_load = true
2526

2627
# Please, add to the `ignore` list any other `lib` subdirectories that do
2728
# not contain `.rb` files, or that should not be reloaded or eager loaded.

0 commit comments

Comments
 (0)