Whoops! harmless typo.
This commit is contained in:
parent
46e78c2317
commit
db76c79cfb
|
@ -9,7 +9,7 @@ class WikiController < ApplicationController
|
||||||
|
|
||||||
before_filter :load_page
|
before_filter :load_page
|
||||||
caches_action :show, :published, :authors, :tex, :s5, :print
|
caches_action :show, :published, :authors, :tex, :s5, :print
|
||||||
# caches_action :show, :published, :authors, :tex. :s5, :print, :recently_revised, :list
|
# caches_action :show, :published, :authors, :tex, :s5, :print, :recently_revised, :list
|
||||||
cache_sweeper :revision_sweeper
|
cache_sweeper :revision_sweeper
|
||||||
|
|
||||||
layout 'default', :except => [:rss_feed, :rss_with_content, :rss_with_headlines, :tex, :pdf, :s5, :export_tex, :export_html]
|
layout 'default', :except => [:rss_feed, :rss_with_content, :rss_with_headlines, :tex, :pdf, :s5, :export_tex, :export_html]
|
||||||
|
|
Loading…
Reference in a new issue