1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-21 07:51:12 +00:00

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
This commit is contained in:
Toshi MARUYAMA 2019-11-09 06:54:40 +00:00
parent 93d117e7fb
commit aef9b58168

View File

@ -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,