From ee95d7df9ce377dce52d7c04f4937893ebcf9f18 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 15 Aug 2013 13:54:48 +1000 Subject: [PATCH] trigger observers, wow this is all very complicated and full of duct tape --- app/models/post_action.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/models/post_action.rb b/app/models/post_action.rb index 305410a61cd..d89b0593903 100644 --- a/app/models/post_action.rb +++ b/app/models/post_action.rb @@ -149,8 +149,7 @@ class PostAction < ActiveRecord::Base def remove_act!(user) trash!(user) - update_counters - enforce_rules + run_callbacks(:save) end def is_bookmark?