mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user