Module: ActionController::Flash::InstanceMethods

Defined in:
lib/action_controller/flash.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#assign_shortcuts_with_flash(request, response) ⇒ Object

:nodoc:



140
141
142
143
# File 'lib/action_controller/flash.rb', line 140

def assign_shortcuts_with_flash(request, response) #:nodoc:
  assign_shortcuts_without_flash(request, response)
  flash(:refresh)
end

#process_cleanup_with_flashObject



145
146
147
148
# File 'lib/action_controller/flash.rb', line 145

def process_cleanup_with_flash
  flash.sweep if @session
  process_cleanup_without_flash
end