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 :nocov:
Instance Method Summary collapse
Instance Method Details
#each(&block) ⇒ Object
76 77 78 79 |
# File 'lib/zhong/web.rb', line 76 def each(&block) hash = self.to_hash hash.each(&block) end |