Open benoittgt opened 1 year ago
Fix https://github.com/roidrage/lograge/issues/258
Sometimes when you do the final render or redirection, it can be halted by a controller callback. With the existing code, it can very hard to understand where it stopped.
With this commit, the intent is to provide the method name where it stops.
Close #259
Hey @benoittgt, this is marked WIP but I assume it's good to merge? Looks good to me.
I think @jeremybdk wanted to test it before.
Fix https://github.com/roidrage/lograge/issues/258
Sometimes when you do the final render or redirection, it can be halted by a controller callback. With the existing code, it can very hard to understand where it stopped.
With this commit, the intent is to provide the method name where it stops.
Close #259