mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 22:15:09 +00:00
10 lines
153 B
Ruby
10 lines
153 B
Ruby
module Public
|
|
class StaticPagesController < ApplicationController
|
|
def root
|
|
# flash[:alert] = "bruh"
|
|
end
|
|
|
|
def login
|
|
end
|
|
end
|
|
end
|