Sha256: 72f7883b6d6a4635fec0846f0c8066b7d6bec000cbf24270e068d8e0b9b32063
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
class ArticlesController < ApplicationController caches_action :list def index end def list end def expire_cache expire_action(:action => "list") render :text => "OK" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locale_rails-2.0.5 | test/app/controllers/articles_controller.rb |