Rails Rails 5 系列文章

juanito · 2016年05月18日 · 最后由 hww 回复于 2016年05月19日 · 2589 次阅读

技能 Get: Rails 5 added new aliases

class User < ApplicationRecord
  after_create_commit   :send_welcome_mail
  after_update_commit   :send_profile_update_notification
  after_destroy_commit  :remove_profile_data

  def send_welcome_mail
    EmailSender.send_welcome_mail(email: email)
  end
end

印度团队~

论坛之前也有一篇文章推荐 推荐一个 Rails 5 Tips 的博客

huacnlee [该话题已被删除] 提及了此话题。 07月08日 11:07
需要 登录 后方可回复, 如果你还没有账号请 注册新账号