Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 6787

Show
Ignore:
Timestamp:
05/19/07 22:07:30 (1 year ago)
Author:
bitsweat
Message:

Document caches_action. Closes #5419.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/CHANGELOG

    r6785 r6787  
    11*SVN* 
     2 
     3* Document caches_action.  #5419 [Jarkko Laine] 
    24 
    35* Update to Prototype 1.5.1.  [Sam Stephenson] 
  • trunk/actionpack/lib/action_controller/caching.rb

    r6453 r6787  
    181181      end 
    182182 
    183       module ClassMethods #:nodoc: 
     183      module ClassMethods 
     184        # Declares that +actions+ should be cached. 
     185        # See ActionController::Caching::Actions for details. 
    184186        def caches_action(*actions) 
    185187          return unless perform_caching