Sology / maily_herald

Advanced email processing solution for Ruby on Rails applications

Home Page:http://mailyherald.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can't use custome action mailer

webdev1014 opened this issue · comments

class OutboxMailer < MailyHerald::Mailer
def newsletter outbox
end
end

OutboxMailer.newsletter(outbox)
This is occur this error
(Object doesn't support #inspect)