5 lines
122 B
Ruby
Raw Normal View History

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