I have set a mailer:
我设置了一个邮箱:
def created_poll_email(poll)
@poll = poll
mail(subject: 'A new poll was created! ' + @poll.question)
end
def created_I have set a mailer:
我设置了一个邮箱:
def created_poll_email(poll)
@poll = poll
mail(subject: 'A new poll was created! ' + @poll.question)
end
def created_