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
2f940fab13
tabletop-companion
/
app
/
helpers
/
sessions_helper.rb
8 lines
111 B
Ruby
Raw
Blame
History
# frozen_string_literal: true
module
SessionsHelper
def
logged_in?
session
[
:user_id
]
.
present?
end
end
Reference in New Issue
View Git Blame
Copy Permalink