mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00: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:
parent
d3e76b4b22
commit
82e0fe13a3
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user