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

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

class InvitationPresenter < Gitlab::View::Presenter::Delegated
  presents :invitation
end