class Search def rebuild_index Post.find_all_by_deleted(0).each do |post| self.update(post) end end def supports_search_by_forum? false end end