1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

cleanup: rubocop: fix Layout/AlignArguments in app/models/issue_custom_field.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18962 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-11-08 14:53:32 +00:00
parent c40714edd1
commit f25c3bdc7e

View File

@ -23,7 +23,7 @@ class IssueCustomField < CustomField
has_many :issues, :through => :issue_custom_values
safe_attributes 'project_ids',
'tracker_ids'
'tracker_ids'
def type_name
:label_issue_plural