Class: ActionDispatch::Request::Session
- Inherits:
-
Object
- Object
- ActionDispatch::Request::Session
- Defined in:
- lib/sidekiq/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
273 274 275 276 |
# File 'lib/sidekiq/web.rb', line 273 def each(&block) hash = self.to_hash hash.each(&block) end |