Story: always recalculate hotness after saving changes

This commit is contained in:
joshua stein 2015-10-14 21:17:54 -05:00
parent e940601a2f
commit 21927eccbe

View file

@ -45,7 +45,7 @@ class Story < ActiveRecord::Base
before_save :log_moderation before_save :log_moderation
before_save :fix_bogus_chars before_save :fix_bogus_chars
after_create :mark_submitter, :record_initial_upvote after_create :mark_submitter, :record_initial_upvote
after_save :update_merged_into_story_comments after_save :update_merged_into_story_comments, :recalculate_hotness!
validate do validate do
if self.url.present? if self.url.present?