summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-10-25 13:40:15 +0200
committermr <mr@mrautenberg.de>2011-10-25 13:40:15 +0200
commit901501c202329c03b13404d614c8a54dacf7afd8 (patch)
tree37c000c843e6119223a277b228090427ff9d752b /application.rb
parentd89c87e844e81d016ab3ba8a240e03a609a7015e (diff)
parentaf65435267b86e6a98edf60e46b0cc2a34cfcfe7 (diff)
Merge branch 'hotfix/helpuri'
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/application.rb b/application.rb
index 6cdfcfb..ef23522 100644
--- a/application.rb
+++ b/application.rb
@@ -85,7 +85,7 @@ get '/?' do
redirect url_for('/create')
end
-get '/login' do
+get '/login/?' do
haml :login
end
@@ -206,11 +206,11 @@ get '/predict/?' do
haml :predict
end
-get '/create' do
+get '/create/?' do
haml :create
end
-get '/help' do
+get '/help/?' do
haml :help
end