Signed-off-by: alan <547533434@qq.com>

This commit is contained in:
alan 2015-05-04 16:25:00 +08:00
parent 54078e114c
commit 14a4cfa0db
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ module RedmineApp
end
# Custom directories with classes and modules you want to be autoloadable.
config.autoload_paths += %W(#{config.root}/lib)
config.autoload_paths += %w(#{RAILS_ROOT}/app/sweepers)
# 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.
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]