diff --git a/app/models/bookmark.rb b/app/models/bookmark.rb index 0f516f8a4ff..413cdf952f5 100644 --- a/app/models/bookmark.rb +++ b/app/models/bookmark.rb @@ -102,7 +102,7 @@ def check_new_external_work scope :latest, -> { is_public.limit(ArchiveConfig.ITEMS_PER_PAGE).join_work } - scope :for_blurb, -> { includes(:bookmarkable, :tags, :collections, :pseud [:user]) } + scope :for_blurb, -> { includes(:bookmarkable, :tags, :collections, pseud: [:user]) } # a complicated dynamic scope here: # if the user is an Admin, we use the "visible_to_admin" scope