Commit edd1337c2d29a2497cac4bc5ef41132bb246576d

Authored by Victor Costa
1 parent a089c0d9
Exists in master

Remove result cache

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
views/content_viewer/_result.html.erb
... ... @@ -17,7 +17,6 @@
17 17  
18 18 <%= render :partial => 'content_viewer/menu', :locals => {:embeded => embeded, :pairwise_content => pairwise_content, :active_tab => :results} %>
19 19  
20   - <% cache_timeout("pairwise-result-#{pairwise_content.id}", 1.hours) do %>
21 20 <div class="pairwise_content">
22 21 <%= pairwise_spinner(pairwise_content) %>
23 22  
... ... @@ -46,7 +45,6 @@
46 45 </tbody>
47 46 </table>
48 47 </div>
49   - <% end %>
50 48  
51 49 <% if !embeded && @page.allow_edit?(user) %>
52 50 <div class="embeded_code">
... ...