stubs/default/app/mailers/user_mailer.rb in kaze-0.4.0 vs stubs/default/app/mailers/user_mailer.rb in kaze-0.5.0

- old
+ new

@@ -1,8 +1,8 @@ class UserMailer < ApplicationMailer def reset_password mail( to: params[:user].email, - subject: "Reset Password Notification" + subject: 'Reset Password Notification' ) end end