Sha256: 416f72e4df424f909cb08983b2d21b3e5c129cb1613686e5dc31e9e2797a06f7
Contents?: true
Size: 380 Bytes
Versions: 57
Compression:
Stored size: 380 Bytes
Contents
# Preview all emails at http://localhost:3000/rails/mailers/new class NewPreview < ActionMailer::Preview # Preview this email at http://localhost:3000/rails/mailers/new/send_notification def notification u = User.new u.email = "bhargav.r.raut@gmail.com" n = Noti.new n.email_subject = "notification subject set from preview." New.notification(u,n) end end
Version data entries
57 entries across 57 versions & 1 rubygems