cache_controller.rb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1. class Admin::CacheController < Admin::BaseController
  2.   def sweep_html
  3.     sweep_cache
  4.     flash[:notice] = _('HTML was cleared')
  5.     redirect_to :controller => '/admin/settings'
  6.   end
  7. end