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