Log mail delivery errors to database and add an UI for it
This commit is contained in:
parent
0363f2dadc
commit
97abcabffa
16 changed files with 137 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue