Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-17 11:01:03 +0300
committerPhil Hughes <me@iamphill.com>2016-06-17 11:01:03 +0300
commit85fab13ebaf10982c0957daca0afd1ea145e64df (patch)
tree0515480dd7d509dca5e0a7e2b714b6e1bdf29573 /config
parentf011b86beb89557afdaf2b0ec5ae904d0be237d8 (diff)
Improved manual todos
Based on feedback from !4502
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index d52cbb22428..a908513cc7a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -797,7 +797,7 @@ Rails.application.routes.draw do
end
end
- resources :todos, only: [:create, :update], constraints: { id: /\d+/ }
+ resources :todos, only: [:create, :update]
resources :uploads, only: [:create] do
collection do