Skip to content

Commit 564967a

Browse files
authored
Merge pull request #1349 from dradis/fix/update-ignore-list
Add dradis/ and html/ to ignore list
2 parents e6e030c + 7fdc960 commit 564967a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/application.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Application < Rails::Application
3333
# Please, add to the `ignore` list any other `lib` subdirectories that do
3434
# not contain `.rb` files, or that should not be reloaded or eager loaded.
3535
# Common ones are `templates`, `generators`, or `middleware`, for example.
36-
config.autoload_lib(ignore: %w[assets tasks templates])
36+
config.autoload_lib(ignore: %w[assets dradis html tasks templates])
3737

3838
config.active_record.default_column_serializer = YAML
3939

0 commit comments

Comments
 (0)