Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resource_iteration_event.rb « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 78d85ea8b955214fa07a3d1d417ebb3b751f533b (plain)
1
2
3
4
5
# frozen_string_literal: true

class ResourceIterationEvent < ResourceTimeboxEvent
  belongs_to :iteration
end