mirror of
https://github.com/redmine/redmine.git
synced 2026-05-09 00:37:29 +02:00
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22530 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -40,7 +40,7 @@ class TimeEntryQuery < Query
|
||||
]
|
||||
|
||||
def initialize(attributes=nil, *args)
|
||||
super attributes
|
||||
super(attributes)
|
||||
self.filters ||= {'spent_on' => {:operator => "*", :values => []}}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user