Fix hound [SCI-1158]

This commit is contained in:
Oleksii Kriuchykhin 2017-05-08 10:22:54 +02:00
parent 0ee7e11620
commit a3f847a232

View file

@ -27,7 +27,7 @@ class Checklist < ActiveRecord::Base
query = nil,
page = 1,
_current_team = nil,
options= {})
options = {})
step_ids =
Step
.search(user, include_archived, nil, Constants::SEARCH_NO_LIMIT)