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: ada8227a477152ba3ac327cca3e5c2f15f781839 (plain)
1
2
3
4
5
# frozen_string_literal: true

class InvitationPresenter < Gitlab::View::Presenter::Delegated
  presents nil, as: :invitation
end