search for: email_prefix

Displaying 1 result from an estimated 1 matches for "email_prefix".

2007 Nov 14
2
Exception Notification plugin options hash handling????? backwards merge?
...t the code in ExceptionNotifier#exception_notification would prefer the values in the options hash parameter over what was pre-coded. But this didn''t work and looking at the method in question: def exception_notification(exception, controller, request, data={}) subject "#{email_prefix}#{controller.controller_name}##{controller.action_name} (#{exception.class}) #{exception.message.inspect}" recipients exception_recipients from sender_address body data.merge({ :controller => controller, :request => request, :exception => ex...