Update config defaults for new rails version

This commit is contained in:
Thibault Jouan
2011-12-04 23:03:31 +00:00
parent 9fc52eb4f5
commit fae41abf5d
4 changed files with 3 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ module Scube
# -- 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}/extras)
# 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.