We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6e030c + 7fdc960 commit 564967aCopy full SHA for 564967a
config/application.rb
@@ -33,7 +33,7 @@ class Application < Rails::Application
33
# Please, add to the `ignore` list any other `lib` subdirectories that do
34
# not contain `.rb` files, or that should not be reloaded or eager loaded.
35
# Common ones are `templates`, `generators`, or `middleware`, for example.
36
- config.autoload_lib(ignore: %w[assets tasks templates])
+ config.autoload_lib(ignore: %w[assets dradis html tasks templates])
37
38
config.active_record.default_column_serializer = YAML
39
0 commit comments