Store wiki references found during rendering
This commit is contained in:
parent
bfecd09b56
commit
cd68db01d2
5 changed files with 61 additions and 63 deletions
|
@ -6,7 +6,7 @@ require 'zip/zip'
|
|||
class WikiController < ApplicationController
|
||||
|
||||
# TODO implement cache sweeping
|
||||
caches_page :show
|
||||
caches_page :show, :published
|
||||
|
||||
layout 'default', :except => [:rss_feed, :rss_with_content, :rss_with_headlines, :tex, :export_tex, :export_html]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue