class ActionDispatch::Request::Session
mperham/sidekiq#2460 Rack apps can’t reuse the Rails session store without this monkeypatch
Public Instance Methods
each(&block)
click to toggle source
# File lib/autochthon/web.rb, line 50 def each(&block) hash = self.to_hash hash.each(&block) end