fire_flash()
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