Class: AsyncController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/async_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



2
3
4
5
# File 'app/controllers/async_controller.rb', line 2

def show
  @as_cache = AsyncCache.instance.read(params[:tag])
  render :json => {:content => @as_cache}
end