Remove blank line in Action Mailer Basics guide

This commit is contained in:
Adrianna Chang 2023-09-19 15:02:20 -04:00
parent b2e003c594
commit e1d160d0ba
No known key found for this signature in database
GPG Key ID: 6816AFC60CB96DE5
1 changed files with 0 additions and 1 deletions

View File

@ -792,7 +792,6 @@ class UserMailer < ApplicationMailer
end
private
def mark_delivered
params[:feedback].touch(:delivered_at)
end