* removing extra whitespace added in autoload_paths
This commit is contained in:
parent
cabbd0f592
commit
61b24d7c8a
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue