Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix constant reference
Browse files Browse the repository at this point in the history
kaspth committed Dec 22, 2024
1 parent 723c78e commit 6262a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/talk/searchable.rb
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ module Talk::Searchable

class_methods do
def reindex_all
Index.delete_all
Talk::Index.delete_all
Talk.find_each(&:create_in_index)
end
end

0 comments on commit 6262a5e

Please sign in to comment.