This commit is contained in:
Yehuda Katz
2010-01-02 22:45:56 -08:00
parent 42aa9b87c2
commit f1cd3a98f3

View File

@@ -7,7 +7,7 @@ module <%= app_name.classify %>
# -- all .rb files in that directory are automatically loaded.
# Add additional load paths for your own custom dirs
# config.load_paths += %W( #{root}/extras )
# config.load_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