diff --git a/app/views/schools/show.html.erb b/app/views/schools/show.html.erb index 2276e3f..fb8e682 100644 --- a/app/views/schools/show.html.erb +++ b/app/views/schools/show.html.erb @@ -1,3 +1,4 @@ +<% cache ["#{@school.id}_school_show", @school] do %>
Name: <%= @school.name %> @@ -60,7 +61,7 @@ <% end %> - +<% end %> <% if can? :manage, @school %> <%= render 'baums_roster_import' %> <% end %>