From 9ad140fff4fa7b8ad4d018d26e5fdf31e6d25d5d Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Wed, 31 Jan 2024 14:00:52 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20remove=20misleading=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Kirk Wang --- app/services/wings/custom_queries/find_by_source_identifier.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/services/wings/custom_queries/find_by_source_identifier.rb b/app/services/wings/custom_queries/find_by_source_identifier.rb index 630e1899..c51da662 100644 --- a/app/services/wings/custom_queries/find_by_source_identifier.rb +++ b/app/services/wings/custom_queries/find_by_source_identifier.rb @@ -4,8 +4,6 @@ module Wings module CustomQueries class FindBySourceIdentifier # Custom query override specific to Wings - # Use: - # Hyrax.custom_queries.find_bulkrax_id(identifier: identifier, models: [ModelClass]) def self.queries [:find_by_source_identifier]