Method: Cms::CacheController#destroy
- Defined in:
- app/controllers/cms/cache_controller.rb
#destroy ⇒ Object
11 12 13 14 15 |
# File 'app/controllers/cms/cache_controller.rb', line 11 def destroy Cms.flush_cache flash[:notice] = "Page Cache Flushed" redirect_to :action => "show" end |