method
replace
v2.1.0 -
Show latest stable
- Class:
ActionController::Flash::FlashHash
replace(h)public
No documentation available.
# File actionpack/lib/action_controller/flash.rb, line 70
def replace(h) #:nodoc:
@used = {}
super
end