Removed fragment caching on gantt and calendar.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1157 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2008-02-16 18:28:46 +00:00
parent 53a04b0a44
commit a798a1ac4d
8 changed files with 0 additions and 126 deletions
-2
View File
@@ -20,8 +20,6 @@ class VersionsController < ApplicationController
menu_item :roadmap
before_filter :find_project, :authorize
cache_sweeper :version_sweeper, :only => [ :edit, :destroy ]
def show
end