DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / models / concerns / state_eventable.rb
123456789
# frozen_string_literal: true module StateEventable extend ActiveSupport::Concern included do has_many :resource_state_events end end