lib/timber/contexts/session.rb in timber-2.0.22 vs lib/timber/contexts/session.rb in timber-2.0.23
- old
+ new
@@ -1,9 +1,9 @@
module Timber
module Contexts
# The session context tracks the current session for the given user.
#
- # @note This is tracked automatically with the `Integrations::Rack::SessionContext` rack
+ # @note This is tracked automatically with the {Integrations::Rack::SessionContext} rack
# middleware.
class Session < Context
@keyspace = :session
attr_reader :id
\ No newline at end of file