From c584f1fabc8a514dea4c9fd67eb9dca826978cb4 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Wed, 30 Dec 2015 23:17:43 +0000 Subject: [PATCH] Uncache New wrestler button --- app/views/schools/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/schools/show.html.erb b/app/views/schools/show.html.erb index e73a55d..d119208 100644 --- a/app/views/schools/show.html.erb +++ b/app/views/schools/show.html.erb @@ -4,7 +4,7 @@ <% if tournament_permissions(@school.tournament) %> | <%= link_to "Edit #{@school.name}", edit_school_path(@school),:class=>"btn btn-primary" %> <% end %> -<% cache ["schools", @school] do %> +

@@ -32,7 +32,7 @@ <% end %>

- +<% cache ["schools", @school] do %>