instance method
close!
Ruby on Rails 3.1.12
Since v3.1.12 Last seen in v3.1.12Signature
close!()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 164
def close!; @closed = true; end
Defined in actionpack/lib/action_dispatch/middleware/flash.rb line 164
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Flash::FlashHash