discourse/app/controllers/new_invite_controller.rb

7 lines
103 B
Ruby

# frozen_string_literal: true
class NewInviteController < ApplicationController
def index
end
end