Sha256: 7c067f183e0f4658a247747eb1e96c00fc0ac245ddd6cd36fe37ad341a219e20
Contents?: true
Size: 251 Bytes
Versions: 31
Compression:
Stored size: 251 Bytes
Contents
require_dependency "smithy/base_controller" module Smithy class CachesController < BaseController def show end def destroy Rails.cache.clear redirect_to cache_path, :notice => "The cache has been cleared" end end end
Version data entries
31 entries across 31 versions & 1 rubygems