Bläddra i källkod

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
tags/4.1.0
Toshi MARUYAMA 4 år sedan
förälder
incheckning
aef9b58168
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2
    1
      app/models/email_address.rb

+ 2
- 1
app/models/email_address.rb Visa fil

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

Laddar…
Avbryt
Spara