Fixed includes; started wrking onn caching strategy

This commit is contained in:
Alexey Verkhovsky 2005-09-11 04:23:50 +00:00
parent 70fa15e3f3
commit bfecd09b56
6 changed files with 58 additions and 32 deletions

View file

@ -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