Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1.0.0) is shown here.
fire_flash()
private
marks flash entries as
used and expose the flash
to the view
# File actionpack/lib/action_controller/flash.rb, line 162
def fire_flash
flash.discard
@assigns["flash"] = flash
end