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