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