mirror of
https://github.com/redmine/redmine.git
synced 2026-06-19 19:11:48 +02: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user