Fix a RuboCop offense Style/SymbolArray due to r20066 (#33289).

git-svn-id: http://svn.redmine.org/redmine/trunk@20093 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-09-28 08:50:03 +00:00
parent d3e76b4b22
commit 82e0fe13a3

View File

@@ -24,7 +24,7 @@ class Enumeration < ActiveRecord::Base
belongs_to :project
acts_as_positioned :scope => %i[project_id parent_id]
acts_as_positioned :scope => [:project_id, :parent_id]
acts_as_customizable
acts_as_tree