124 125 126 127
# File 'app/helpers/thredded/application_helper.rb', line 124 def posts_pending_moderation_count @posts_pending_moderation_count ||= Thredded::Post.where(messageboard_id: moderatable_messageboards_ids).pending_moderation.count end