Add some rdocs to MailHandler#dispatch_to_default
This commit is contained in:
parent
a47ad014f9
commit
151a142c44
@ -114,6 +114,10 @@ class MailHandler < ActionMailer::Base
|
|||||||
false
|
false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Dispatch the mail to the default method handler, receive_issue
|
||||||
|
#
|
||||||
|
# This can be overridden or patched to support handling other incoming
|
||||||
|
# email types
|
||||||
def dispatch_to_default
|
def dispatch_to_default
|
||||||
receive_issue
|
receive_issue
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user