X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/675794872a5d064cf0a8177d662555c04b0dae51..8974e10fe2dbf643861f75cffa0fba9a6db972c8:/apps/workbench/config/application.rb diff --git a/apps/workbench/config/application.rb b/apps/workbench/config/application.rb index 4ac68198e8..d1c7934ab3 100644 --- a/apps/workbench/config/application.rb +++ b/apps/workbench/config/application.rb @@ -12,6 +12,7 @@ module ArvadosWorkbench # Custom directories with classes and modules you want to be autoloadable. # config.autoload_paths += %W(#{config.root}/extras) + config.autoload_paths += %W(#{config.root}/lib) # Only load the plugins named here, in the order given (default is alphabetical). # :all can be used as a placeholder for all plugins not explicitly named.