7 lines
145 B
Ruby
7 lines
145 B
Ruby
# frozen_string_literal: true
|
|
|
|
class TodoPresenter < Gitlab::View::Presenter::Delegated
|
|
include GlobalID::Identification
|
|
|
|
presents :todo
|
|
end
|