Skip to content

Commit 7c3007a

Browse files
committed
Remove unused method, replaced by a scope
1 parent 6e14ea0 commit 7c3007a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: app/models/solid_queue/ready_execution.rb

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ def claim(queue_list, limit, process_id)
1414
end
1515
end
1616

17-
def queued_as(queues)
18-
QueueParser.new(queues, self).scoped_relation
19-
end
20-
2117
private
2218
def select_and_lock(queue_relation, process_id, limit)
2319
return [] if limit <= 0

0 commit comments

Comments
 (0)