instance method
to_hash
Ruby on Rails 8.0.4
Since v3.1.12Signature
to_hash()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 196
def to_hash
@flashes.dup
end
Defined in actionpack/lib/action_dispatch/middleware/flash.rb line 196
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Flash::FlashHash