Changeset 1674
- Timestamp:
- 03/15/08 09:30:50 (2 months ago)
- Files:
-
- trunk/app/controllers/grouping_controller.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/controllers/grouping_controller.rb
r1588 r1674 4 4 cache_sweeper :blog_sweeper 5 5 6 caches_action_with_params :index, :show 6 cached_pages = [:index, :show] 7 8 if Blog.default && Blog.default.cache_option == "caches_action_with_params" 9 caches_action_with_params *cached_pages 10 else 11 caches_page *cached_pages 12 end 7 13 8 14 class << self
