lib/chatterbox/rails_catcher.rb in chatterbox-0.6.2 vs lib/chatterbox/rails_catcher.rb in chatterbox-0.8.1
- old
+ new
@@ -17,8 +17,7 @@
options.merge!(:request => request) if self.respond_to?(:request)
Chatterbox::ExceptionNotification.handle(options)
Chatterbox.logger.debug { "Chatterbox handing exception '#{exception}' off to normal rescue handling" }
rescue_action_in_public_without_chatterbox(exception)
end
-
end
end
\ No newline at end of file