Copied initial project structure from Raven

This commit is contained in:
2023-03-02 13:24:24 -05:00
parent c509297b1c
commit 69ec98cba1
20 changed files with 2064 additions and 1 deletions

10
lib/routes/index.rb Normal file
View File

@ -0,0 +1,10 @@
namespace '/' do
get '' do
erb :index, :locals => {
:title => 'Dashboard'
}
end
end