diff --git a/config/application.rb b/config/application.rb index 32fc7e7e2..34127c372 100644 --- a/config/application.rb +++ b/config/application.rb @@ -29,8 +29,7 @@ if defined?(Bundler) # -- all .rb files in that directory are automatically loaded. # Custom directories with classes and modules you want to be autoloadable. - config.autoload_paths += %W( - #{config.root}/lib) + 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.