Changeset 3834
- Timestamp:
- 03/10/06 14:41:37 (2 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
r3582 r3834 144 144 145 145 def process_cleanup_with_flash 146 flash.sweep 146 flash.sweep if @session 147 147 process_cleanup_without_flash 148 148 end