This website requires JavaScript.
Explore
Help
Sign In
tsv
/
tabletop-companion
Watch
1
Star
0
Fork
You've already forked tabletop-companion
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fa802b81c5
tabletop-companion
/
app
/
controllers
/
tables_controller.rb
7 lines
100 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable frozen_string_literal cop
2024-05-26 10:45:10 +00:00
# frozen_string_literal: true
Rename todos to tables
2024-05-26 08:36:07 +00:00
class
TablesController
<
ApplicationController
def
index
end
end