This commit is contained in:
Toks
2014-07-12 18:44:09 -04:00
parent 70ad7f94e2
commit ab500084e6

View File

@@ -276,6 +276,8 @@ class Pool < ActiveRecord::Base
post.remove_pool!(self, true)
end
normalize_post_ids
clear_post_id_array
self.post_count = post_id_array.size
save
end