This is an api test for post voting
topic_ids = [866,868]
Topic.where(id: topic_ids).update_all(is_post_voting: false)
This is an api test for post voting
topic_ids = [866,868]
Topic.where(id: topic_ids).update_all(is_post_voting: false)