module ActionNotifier::Rescuable
Private Instance Methods
process(*)
click to toggle source
Calls superclass method
# File lib/action_notifier/rescuable.rb, line 19 def process(*) handle_exceptions do super end end