From 61b24d7c8a81ddfe6a0179aadb7edba4d76bbe6d Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 29 Aug 2013 13:42:25 +0000 Subject: [PATCH] * removing extra whitespace added in autoload_paths --- config/application.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.