Sha256: 9d8283a056af3b693c400105b1d707100e05d1a062001287be5dd40b1dac9eff
Contents?: true
Size: 359 Bytes
Versions: 11
Compression:
Stored size: 359 Bytes
Contents
module Cms class CacheController < Cms::BaseController include Cms::AdminTab check_permissions :administrate def show end def destroy Cms::Cache.flush flash[:notice] = "Page Cache Flushed" redirect_to :action => "show" end private def set_menu_section @menu_section = 'caching' end end end
Version data entries
11 entries across 11 versions & 2 rubygems