playground/app/models/current.rb
2026-05-17 03:44:36 +00:00

4 lines
122 B
Ruby

class Current < ActiveSupport::CurrentAttributes
attribute :session
delegate :user, to: :session, allow_nil: true
end