DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / models / work_items / widgets / notifications.rb
123456789
# frozen_string_literal: true module WorkItems module Widgets class Notifications < Base delegate :subscribed?, to: :work_item end end end