From: Toshi MARUYAMA Date: Sat, 9 Nov 2019 06:54:40 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/AlignArguments in app/models/email_address.rb X-Git-Tag: 4.1.0~110 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aef9b581688bdbd5c7054edcd41fc31de99be1e3;p=redmine.git cleanup: rubocop: fix Layout/AlignArguments in app/models/email_address.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18993 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/models/email_address.rb b/app/models/email_address.rb index c3d8e8d41..46bca384a 100644 --- a/app/models/email_address.rb +++ b/app/models/email_address.rb @@ -98,7 +98,8 @@ class EmailAddress < ActiveRecord::Base # generic method to send security notifications for email addresses def deliver_security_notification(options={}) - Mailer.deliver_security_notification(user, + Mailer.deliver_security_notification( + user, User.current, options.merge( title: :label_my_account,