diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-05-06 16:40:33 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-05-06 16:40:33 +0000 |
commit | b748455d96644968303fb0a3777a93e6de80d0aa (patch) | |
tree | d9c8953af6aa5d6384918b20ec21b35db5f71a36 /config | |
parent | 7eb64715595abded9e5ef4bcbc06aa203c6f23a8 (diff) | |
download | redmine-b748455d96644968303fb0a3777a93e6de80d0aa.tar.gz redmine-b748455d96644968303fb0a3777a93e6de80d0aa.zip |
Added fragment caching for calendar and gantt views
git-svn-id: http://redmine.rubyforge.org/svn/trunk@515 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/environment.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/environment.rb b/config/environment.rb index 8ff43e0ac..e5e7d0e4b 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -13,8 +13,8 @@ Rails::Initializer.run do |config| # Skip frameworks you're not going to use # config.frameworks -= [ :action_web_service, :action_mailer ] - # Add additional load paths for your own custom dirs - # config.load_paths += %W( #{RAILS_ROOT}/extras ) + # Add additional load paths for sweepers + config.load_paths += %W( #{RAILS_ROOT}/app/sweepers ) # Force all environments to use the same logger level # (by default production uses :info, the others :debug) |