debian-mirror-gitlab/app/models/concerns/todoable.rb
2021-01-30 21:13:34 +05:30

10 lines
171 B
Ruby

# frozen_string_literal: true
# == Todoable concern
#
# Specify object types that supports todos.
#
# Used by Issue, MergeRequest, Design and Epic.
#
module Todoable
end