trigger observers, wow this is all very complicated and full of duct tape

This commit is contained in:
Sam 2013-08-15 13:54:48 +10:00
parent fda6cce0de
commit ee95d7df9c

View File

@ -149,8 +149,7 @@ class PostAction < ActiveRecord::Base
def remove_act!(user) def remove_act!(user)
trash!(user) trash!(user)
update_counters run_callbacks(:save)
enforce_rules
end end
def is_bookmark? def is_bookmark?