Files
fizzy/app/models/current.rb
T
2025-04-12 20:06:34 +02:00

6 lines
123 B
Ruby

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