From 5a386aa0af9a035a3349331d0b9e00e49471d8af Mon Sep 17 00:00:00 2001 From: Devin Gaffney Date: Thu, 5 Sep 2024 07:51:05 -0700 Subject: [PATCH] fix syntax --- app/models/concerns/alegre_v2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/concerns/alegre_v2.rb b/app/models/concerns/alegre_v2.rb index 5f6306190..3b6ebb863 100644 --- a/app/models/concerns/alegre_v2.rb +++ b/app/models/concerns/alegre_v2.rb @@ -576,5 +576,5 @@ def restrict_contexts(project_media, project_media_id_scores) }] end end - alias :index_sync_with_params, :query_sync_with_params + alias_method :index_sync_with_params, :query_sync_with_params end