X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/54897c8f978f127a44c0a9d20c1e87cea840b21f..8974e10fe2dbf643861f75cffa0fba9a6db972c8:/apps/workbench/config/application.rb diff --git a/apps/workbench/config/application.rb b/apps/workbench/config/application.rb index c456bb117d..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. @@ -49,3 +50,5 @@ module ArvadosWorkbench config.assets.version = '1.0' end end + +require File.expand_path('../load_config', __FILE__)