summaryrefslogtreecommitdiff
path: root/app/presenters/invitation_presenter.rb
blob: ada8227a477152ba3ac327cca3e5c2f15f781839 (plain)
1
2
3
4
5
# frozen_string_literal: true

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