move logic to web page front

This commit is contained in:
Kyle Drake 2013-07-14 02:44:31 -04:00
parent c9e287fe35
commit 841ad3e44d
3 changed files with 18 additions and 5 deletions

1
app.rb
View file

@ -30,7 +30,6 @@ error do
end
get '/?' do
dashboard_if_signed_in
erb :index, layout: false
end