Sha256: 61a4194455a7b568a51ac9d9d9a0124a56cc273a8ad1497f6121099daee602ab

Contents?: true

Size: 190 Bytes

Versions: 7

Compression:

Stored size: 190 Bytes

Contents

class Admin::CacheController < Admin::BaseController

  def sweep_html
    sweep_cache
    flash[:notice] = _('HTML was cleared')
    redirect_to :controller => '/admin/settings'
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typo-5.4.4 app/controllers/admin/cache_controller.rb
typo-5.4.3 app/controllers/admin/cache_controller.rb
typo-5.4.2 app/controllers/admin/cache_controller.rb
typo-5.4.1 app/controllers/admin/cache_controller.rb
typo-5.4 app/controllers/admin/cache_controller.rb
typo-5.2.98 app/controllers/admin/cache_controller.rb
typo-5.3 app/controllers/admin/cache_controller.rb