Commit 151a142c authored by Eric Davis's avatar Eric Davis

Add some rdocs to MailHandler#dispatch_to_default

parent a47ad014
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment