We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca89d2 commit 9d31433Copy full SHA for 9d31433
app/mailers/screener_mailer.rb
@@ -3,8 +3,6 @@ class ScreenerMailer < ApplicationMailer
3
4
def send_screener_results(outgoing_email:)
5
@screener = outgoing_email.screener
6
- @state = @screener.state
7
- @county = @screener.county
8
attachments.inline["gbh_email_header.png"] = File.binread(Rails.root.join("app/assets/images/gbh_email_header.png"))
9
mail(to: @screener.email, subject: I18n.t("views.screener_mailer.send_screener_results.subject"))
10
end
0 commit comments