tabletop-companion/app/controllers/todos_controller.rb

5 lines
68 B
Ruby

class TodosController < ApplicationController
def index
end
end