mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-12 00:20:58 +00:00
Fixed cache names so multiple tournaments cache at once
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
<% cache ["team_scores", @tournament] do %>
|
||||
<% cache ["#{@tournament.id}_team_scores", @tournament] do %>
|
||||
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}" , :class=>"btn btn-default"%>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user