app.kluk.fr/app/models/current.rb

5 lines
122 B
Ruby
Raw Normal View History

2026-01-12 15:52:27 +01:00
class Current < ActiveSupport::CurrentAttributes
attribute :session
delegate :user, to: :session, allow_nil: true
end