Skip to content

Instantly share code, notes, and snippets.

@yiquncode
Created December 26, 2010 14:52
Show Gist options
  • Save yiquncode/755455 to your computer and use it in GitHub Desktop.
Save yiquncode/755455 to your computer and use it in GitHub Desktop.
用户欢迎邮件
private
def send_welcome_email
UserMailer.welcome_registration(self).deliver
end