@@ -28,7 +28,6 class MailHandler < ActionMailer::Base | |||
|
28 | 28 | @@handler_options = options.dup |
|
29 | 29 | |
|
30 | 30 | @@handler_options[:issue] ||= {} |
|
31 | @@handler_options[:issue].symbolize_keys! | |
|
32 | 31 | |
|
33 | 32 | if @@handler_options[:allow_override].is_a?(String) |
|
34 | 33 | @@handler_options[:allow_override] = @@handler_options[:allow_override].split(',').collect(&:strip) |
General Comments 0
You need to be logged in to leave comments.
Login now