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
|
||||
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
|
||||
receive_issue
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user