I define rescue_action_in_public method in my application controller.
But it fails to catch any exception thrown. I could catch the exception
if i define rescue_action method instead of rescue_action_in_public
method.
Any idea why?
Thanks,
Andy.
I define rescue_action_in_public method in my application controller.
But it fails to catch any exception thrown. I could catch the exception
if i define rescue_action method instead of rescue_action_in_public
method.
Any idea why?
Thanks,
Andy.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs