Changeset 3298
- Timestamp:
- 12/13/05 18:05:31 (3 years ago)
- Files:
-
- trunk/actionpack/lib/action_controller/caching.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/caching.rb
r3117 r3298 518 518 end 519 519 520 if defined?(ActiveRecord ::Observer)520 if defined?(ActiveRecord) and defined?(ActiveRecord::Observer) 521 521 class Sweeper < ActiveRecord::Observer #:nodoc: 522 522 attr_accessor :controller