Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.3.8) is shown here.
keep(k = nil)
public
Keeps either the entire current flash or a specific flash entry available
for the next action:
flash.keep
flash.keep(:notice)
# File actionpack/lib/action_controller/flash.rb, line 99
def keep(k = nil)
use(k, false)
end