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