Просмотр исходного кода

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 лет назад
Родитель
Сommit
aef9b58168
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      app/models/email_address.rb

+ 2
- 1
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,

Загрузка…
Отмена
Сохранить