Fixed includes; started wrking onn caching strategy
This commit is contained in:
parent
70fa15e3f3
commit
bfecd09b56
6 changed files with 58 additions and 32 deletions
|
@ -5,6 +5,9 @@ require 'zip/zip'
|
|||
|
||||
class WikiController < ApplicationController
|
||||
|
||||
# TODO implement cache sweeping
|
||||
caches_page :show
|
||||
|
||||
layout 'default', :except => [:rss_feed, :rss_with_content, :rss_with_headlines, :tex, :export_tex, :export_html]
|
||||
|
||||
def index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue