Files
baffle-hub/app/models/current.rb
2025-11-04 10:32:05 +11:00

5 lines
122 B
Ruby

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