method

assign_shortcuts_with_flash

rails latest stable - Class: ActionController::Flash::InstanceMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.

assign_shortcuts_with_flash(request, response)
private

No documentation available.

# File actionpack/lib/action_controller/flash.rb, line 165
        def assign_shortcuts_with_flash(request, response) #:nodoc:
          assign_shortcuts_without_flash(request, response)
          flash(:refresh)
          flash.sweep if @_session && !component_request?
        end