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:
authorFelipe Artur <felipefac@gmail.com>2018-03-06 17:15:19 +0300
committerFelipe Artur <felipefac@gmail.com>2018-03-06 17:15:19 +0300
commit1e137c273ca6314d0ed6744910b95f179b1d538c (patch)
tree382c7950fbf993d566845d6fa8633879b62fce0e /config
parent9946d0813c8e377ecf22552c4af075e563144712 (diff)
Fix a typo, a conflict and improve documentation
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index c443ee85623..cb46c439415 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -381,6 +381,7 @@ constraints(ProjectUrlConstrainer.new) do
get 'noteable/:target_type/:target_id/notes' => 'notes#index', as: 'noteable_notes'
+ # On CE only index and show are needed
resources :boards, only: [:index, :show]
resources :todos, only: [:create]