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:
authorblackst0ne <blackst0ne.ru@gmail.com>2018-10-26 06:09:41 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2018-10-26 06:09:41 +0300
commit4fc53067f0d6e135b6e71654c79ae0db672eee4c (patch)
tree615ff5d34503533d4154ac80c06a5e96363d4679 /config
parente40f8f27a1ad56d55b321a2891675bd85c440147 (diff)
Fix specs
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index e8a55b58656..166750f14b3 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -163,7 +163,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
get :diff_for_path
get :branch_from
get :branch_to
- get '(:merge_request_source_branch)', action: :new
+ get '', action: :new
end
end