Skip to content

Remove Label.by_ids method

Arturo Herrero requested to merge remove-label-by-ids into master

What does this MR do?

During the review of !34842 (merged), I've noticed we can re-use ApplicationRecord.id_in instead of Label.by_ids as both have the same implementation and ApplicationRecord methods are already available in Label class.

Edited by Arturo Herrero

Merge request reports