mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-21 16:01:14 +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:
parent
93d117e7fb
commit
aef9b58168
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user