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
-
#each(&block) ⇒ Object
:nocov:.
Instance Method Details
#each(&block) ⇒ Object
:nocov:
80 81 82 83 |
# File 'lib/zhong/web.rb', line 80 def each(&block) hash = self.to_hash hash.each(&block) end |