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:
authorZeger-Jan van de Weg <mail@zjvandeweg.nl>2016-01-09 21:32:03 +0300
committerZeger-Jan van de Weg <mail@zjvandeweg.nl>2016-01-09 21:32:03 +0300
commit26cedc7e0bd83fc488da3a4dc5265d395639215f (patch)
treed50a46a486267e84ff112d4745c89757be1b6d49 /config
parent36d858bcf98868426256ce51a28e7029b38e0c2d (diff)
Minor improvements, unsubscribe from email footer
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 2739e4961f7..0fd72ae78eb 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -88,7 +88,7 @@ Rails.application.routes.draw do
end
end
- resources :sent_notifications, only: [], constraints: { id: /[0-9a-f]{32}/ } do
+ resources :sent_notifications, only: [], constraints: { id: /\h{32}/ } do
member do
get :unsubscribe
end