Changeset 3582
- Timestamp:
- 02/12/06 16:18:06 (3 years ago)
- Files:
-
- trunk/actionpack/lib/action_controller/flash.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/flash.rb
r3581 r3582 144 144 145 145 def process_cleanup_with_flash 146 flash.sweep 146 147 process_cleanup_without_flash 147 flash.sweep148 148 end 149 149