I am using ActionController::Metal inherted controllers for for rails services, I want to catch all exceptions , So that I can notify myself through email
rescue_from Exception
is not working
I have used above code in another app in application controller it is working good But not in this case
Which module should be included in to base controller in order to use it any help?
Aucun commentaire:
Enregistrer un commentaire