Skip to content

Commit

Permalink
AO3-5053 Fix typo again
Browse files Browse the repository at this point in the history
  • Loading branch information
irrationalpie7 committed Mar 31, 2024
1 parent 0c84baf commit 1b79932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/bookmark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b79932

Please sign in to comment.