replaced cache hash key with a string

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@313 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-03-08 18:46:20 +00:00
parent 0615af737d
commit bb1363483d

View File

@@ -18,7 +18,7 @@
<% end %>
<div class="wiki">
<% cache :action => 'page', :id => @page.id, :ver => @content.version do %>
<% cache "wiki/show/#{@page.id}/#{@content.version}" do %>
<%= textilizable @content.text %>
<% end %>
</div>