summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-17 18:31:37 +0100
committerPhil Hughes <me@iamphill.com>2016-06-17 18:31:37 +0100
commit914f97310815365f083a38b02d8dbf6c99b63b5f (patch)
tree8c4d46a886616eb043c1c1c5d11da6685b59e741 /config
parenta210cd1f3763065e3ac8f8f2174b4c4a67a076c0 (diff)
downloadgitlab-ce-914f97310815365f083a38b02d8dbf6c99b63b5f.tar.gz
Removed update methodissuable-todo-improvements
Re-structured controller spec Renamed issuable param to issuable_id
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 a908513cc7a..026b2691323 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]
+ resources :todos, only: [:create]
resources :uploads, only: [:create] do
collection do