diff options
Diffstat (limited to 'config/routes.rb')
-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 |