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
/
application_controller.rb
blob: 6b4dcfa85377de3c34b48fef9d0e984f12dedc13 (
plain
)
1
2
3
class ApplicationController < ActionController::Base before_action :authenticate_user! end