tabletop-companion/app/controllers/tables_controller.rb

7 lines
100 B
Ruby

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