mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 23:32:49 +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
|