Forum: Rails-core (closed, excessive spam) Exception Notifiable should not override rescue_action_in_public

Posted by José Valim (josevalim)
on 2008-06-10 17:51
(Received via mailing list)
In its actual implementation, Exception Notifiable overrides
rescue_action_in_public. So if the user overrides it also, or the user
implementation or the plugin won't work.

The solution is use alias_method_chain.

Ticket with patch here:

http://rails.lighthouseapp.com/projects/8995-rails...
This topic is locked and can not be replied to.