tabletop-companion/app/controllers/tables_controller.rb

7 lines
100 B
Ruby
Raw Normal View History

2024-05-26 10:45:10 +00:00
# frozen_string_literal: true
2024-05-26 08:36:07 +00:00
class TablesController < ApplicationController
def index
end
end