Skip to content

Commit

Permalink
mark subject as used
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Nov 25, 2024
1 parent b04c625 commit 0fc6909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/mailers/user_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class UserMailer < ApplicationMailer
def account_approved
# i18n-tasks-use t('user_mailer.account_approved.subject')
@user = params[:user]
mail to: @user.email
end
Expand Down

0 comments on commit 0fc6909

Please sign in to comment.