mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +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:
parent
c40714edd1
commit
f25c3bdc7e
@ -23,7 +23,7 @@ class IssueCustomField < CustomField
|
|||||||
has_many :issues, :through => :issue_custom_values
|
has_many :issues, :through => :issue_custom_values
|
||||||
|
|
||||||
safe_attributes 'project_ids',
|
safe_attributes 'project_ids',
|
||||||
'tracker_ids'
|
'tracker_ids'
|
||||||
|
|
||||||
def type_name
|
def type_name
|
||||||
:label_issue_plural
|
:label_issue_plural
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user