X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f2574ec2e4ddef03c9504cd58741e73426ea1b17..0662b235357dd40b5d27efd06b60044ddcec06f6:/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.