compatibility with new cmtool version

This commit is contained in:
2015-07-16 18:55:48 +02:00
parent 544e0b019a
commit 69ff935c9e
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -190,6 +190,6 @@ Qwaiter::Application.routes.draw do
root to: 'pages#home'
resources :contact_forms, only: [:create]
resources :new_suppliers
get "/:name" => "pages#show", constraints: {name: /.*/}, as: :go_to
get "/:name" => "pages#show", constraints: {name: /.*/}, as: :page
end
end