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 20:31:37 +0300
committerPhil Hughes <me@iamphill.com>2016-06-17 20:31:37 +0300
commit914f97310815365f083a38b02d8dbf6c99b63b5f (patch)
tree8c4d46a886616eb043c1c1c5d11da6685b59e741 /config
parenta210cd1f3763065e3ac8f8f2174b4c4a67a076c0 (diff)
Removed update method
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