index
:
esoterra.git
develop
master
Multiplayer, browser based, timer-based RPG
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
/
clock_controller.rb
blob: 13ae5e23c954ae5c3bf69b8b928cf04f8e737fc8 (
plain
)
1
2
3
4
5
class ClockController < ApplicationController def clock render partial: "clock" end end