lib/roda/plugins/sessions.rb in roda-3.11.0 vs lib/roda/plugins/sessions.rb in roda-3.12.0
- old
+ new
@@ -206,10 +206,10 @@
private
# If session information has been set in the request environment,
# update the rack response headers to set the session cookie in
# the response.
- def _roda_after_50(res)
+ def _roda_after_50__sessions(res)
if res && (session = env['rack.session'])
@_request.persist_session(res[1], session)
end
end
end