mirror of https://github.com/rails/rails
Remove blank line in Action Mailer Basics guide
This commit is contained in:
parent
b2e003c594
commit
e1d160d0ba
|
@ -792,7 +792,6 @@ class UserMailer < ApplicationMailer
|
|||
end
|
||||
|
||||
private
|
||||
|
||||
def mark_delivered
|
||||
params[:feedback].touch(:delivered_at)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue