-
Notifications
You must be signed in to change notification settings - Fork 102
Create CaseMailer #3200 #3251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create CaseMailer #3200 #3251
Conversation
|
@StlMaris123 have you run |
|
Hi @trystant , yes I did...It is a refactoring issue on the case mailer |
|
Heyo, so I would like to hold this PR - someone else is working on renaming this mailer from |
|
@StlMaris123 can you resolve these merge conflicts? Then I'll be able to merge this. |
…iler # Conflicts: # app/controllers/cases_controller.rb # app/mailers/user_notifier.rb # app/views/case_mailer/send_deletion_email.html.erb # app/views/case_mailer/send_followers_email.html.erb # app/views/user_mailer/send_deletion_email.html.erb # app/views/user_mailer/send_followers_email.html.erb # app/views/user_notifier/send_deletion_email.html.erb # app/views/user_notifier/send_followers_email.html.erb # spec/mailers/previews/user_notifier_preview.rb # spec/mailers/user_mailer_spec.rb
| @@ -0,0 +1,28 @@ | |||
| # frozen_string_literal: true | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use keyword arguments.
|
Hey @StlMaris123 are you going to be able to finish this soon? |
|
@StlMaris123 one last thing - can you take care of the CodeClimate failures? You can ignore the ones about similar blocks of code, but fix the line too long and missing top-level documentation one. |
rlgreen91
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
In your PR did you: