10 lines
129 B
Ruby
10 lines
129 B
Ruby
module Moderator
|
|
class InvitationsController < ApplicationController
|
|
def new
|
|
end
|
|
|
|
def create
|
|
end
|
|
end
|
|
end
|