Skip to content

Commit

Permalink
Add generators to new autoload_lib configuration
Browse files Browse the repository at this point in the history
Because: CI breaks otherwise
  • Loading branch information
ChargrilledChook committed Aug 10, 2024
1 parent c50dfc0 commit 29b0cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Application < Rails::Application
# Please, add to the `ignore` list any other `lib` subdirectories that do
# not contain `.rb` files, or that should not be reloaded or eager loaded.
# Common ones are `templates`, `generators`, or `middleware`, for example.
config.autoload_lib(ignore: %w[assets tasks]) # TODO
config.autoload_lib(ignore: %w[assets tasks generators]) # TODO

# Settings in config/environments/* take precedence over those specified here.
# Application configuration can go into files in config/initializers
Expand Down

0 comments on commit 29b0cfe

Please sign in to comment.