about summary refs log tree commit diff
path: root/app/models/bookmark.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/bookmark.rb')
-rw-r--r--app/models/bookmark.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/bookmark.rb b/app/models/bookmark.rb
index f21ea714c..6334ef0df 100644
--- a/app/models/bookmark.rb
+++ b/app/models/bookmark.rb
@@ -13,7 +13,7 @@
 class Bookmark < ApplicationRecord
   include Paginable
 
-  update_index('statuses#status', :status) if Chewy.enabled?
+  update_index('statuses', :status) if Chewy.enabled?
 
   belongs_to :account, inverse_of: :bookmarks
   belongs_to :status,  inverse_of: :bookmarks