compatibility with new cmtool version
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user