Is there a recommended pattern to solve this? It d...
# support
t
Is there a recommended pattern to solve this? It doesn't seem like my decorator can add a hook in exactly the right point in the callback stack easily - adding my own
before_action
to invoke
find_shipment
seems like it doesn't work because it either ends up clearing the other before actions or runs in the wrong order.