* removing extra whitespace added in autoload_paths

This commit is contained in:
Seth Call 2013-08-29 13:42:25 +00:00
parent cabbd0f592
commit 61b24d7c8a
1 changed files with 1 additions and 2 deletions

View File

@ -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.