Log mail delivery errors to database and add an UI for it

This commit is contained in:
Patrick Gansterer 2017-08-18 09:17:19 +02:00
parent 0363f2dadc
commit 97abcabffa
16 changed files with 137 additions and 4 deletions

View file

@ -188,6 +188,10 @@ Foodsoft::Application.routes.draw do
get :memberships, on: :member
end
resources :mail_delivery_status, only: [:index, :show, :destroy] do
delete :index, on: :collection, action: :destroy_all
end
resource :config, only: [:show, :update] do
get :list
end