Class: ActionDispatch::Request::Session
- Inherits:
-
Object
- Object
- ActionDispatch::Request::Session
- Defined in:
- lib/zhong/web.rb
Overview
mperham/sidekiq#2460 Rack apps can’t reuse the Rails session store without this monkeypatch
Instance Method Summary collapse
Instance Method Details
#each(&block) ⇒ Object
86 87 88 89 |
# File 'lib/zhong/web.rb', line 86 def each(&block) hash = self.to_hash hash.each(&block) end |