Commit 5fc97086 by Mai Hoang Thai Ha

last commit

parent da93ae47
...@@ -9,6 +9,6 @@ class UserMailer < ApplicationMailer ...@@ -9,6 +9,6 @@ class UserMailer < ApplicationMailer
@user = user @user = user
@job = job @job = job
@apply = apply @apply = apply
mail to: user.email, subject: 'aplly job' mail to: apply.email, subject: 'aplly job'
end end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment