class Account::Webhooks::Outgoing::DeliveryAttemptsController

def index

GET /account/webhooks/outgoing/deliveries/:delivery_id/delivery_attempts.json
GET /account/webhooks/outgoing/deliveries/:delivery_id/delivery_attempts
def index
  # if you only want these objects shown on their parent's show page, uncomment this:
  redirect_to [:account, @delivery]
end