diff options
author | Zeger-Jan van de Weg <mail@zjvandeweg.nl> | 2016-01-09 19:32:03 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <mail@zjvandeweg.nl> | 2016-01-09 19:32:03 +0100 |
commit | 26cedc7e0bd83fc488da3a4dc5265d395639215f (patch) | |
tree | d50a46a486267e84ff112d4745c89757be1b6d49 /config | |
parent | 36d858bcf98868426256ce51a28e7029b38e0c2d (diff) | |
download | gitlab-ce-26cedc7e0bd83fc488da3a4dc5265d395639215f.tar.gz |
Minor improvements, unsubscribe from email footer
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
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 |