44 45 46
# File 'app/models/mist/post.rb', line 44 def popularity_for(post_id) self[:popular_posts][post_id] || 0 end