mirror of
https://github.com/System-End/highway.git
synced 2026-04-19 16:28:24 +00:00
5 lines
No EOL
113 B
Ruby
5 lines
No EOL
113 B
Ruby
class LandingController < ApplicationController
|
|
def index
|
|
@authenticated = current_user.present?
|
|
end
|
|
end |