From 3500c6eb18e39818107b034284aa9e79acfcbcb3 Mon Sep 17 00:00:00 2001 From: Andreas Zuber Date: Fri, 18 May 2018 14:22:01 +0200 Subject: [PATCH] add missing delayed_job_failures/read route --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 4253c7cfa..64fa717c4 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -63,6 +63,7 @@ post :read end collection do + get :read post :read_all end end