Class: Smithy::CachesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/smithy/caches_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



8
9
10
11
# File 'app/controllers/smithy/caches_controller.rb', line 8

def destroy
  Rails.cache.clear
  redirect_to cache_path, :notice => "The cache has been cleared"
end

#showObject



5
6
# File 'app/controllers/smithy/caches_controller.rb', line 5

def show
end