1# frozen_string_literal: true
2
3# == Todoable concern
4#
5# Specify object types that supports todos.
6#
7# Used by Issue, MergeRequest, Design and Epic.
8#
9module Todoable
10end
11