Changeset 6787
- Timestamp:
- 05/19/07 22:07:30 (1 year ago)
- Files:
-
- trunk/actionpack/CHANGELOG (modified) (1 diff)
- trunk/actionpack/lib/action_controller/caching.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/CHANGELOG
r6785 r6787 1 1 *SVN* 2 3 * Document caches_action. #5419 [Jarkko Laine] 2 4 3 5 * Update to Prototype 1.5.1. [Sam Stephenson] trunk/actionpack/lib/action_controller/caching.rb
r6453 r6787 181 181 end 182 182 183 module ClassMethods #:nodoc: 183 module ClassMethods 184 # Declares that +actions+ should be cached. 185 # See ActionController::Caching::Actions for details. 184 186 def caches_action(*actions) 185 187 return unless perform_caching