Add about page, remove enquete from menu

This commit is contained in:
2013-01-13 13:30:42 +01:00
parent afe7f9d2fc
commit 26810defcd
6 changed files with 57 additions and 2 deletions
+1
View File
@@ -61,6 +61,7 @@ Qwaiter::Application.routes.draw do
#match '/show_products' => 'dashboard#show_products', as: :user_products
# GENERAL
get '/about' => 'dashboard#about'
get '/enquete' => 'dashboard#enquete'
get '/cartoon' => 'dashboard#cartoon'
get '/bars-restaurants' => 'dashboard#bars_restaurants', as: :bars_restaurants