Method: Thredded::ApplicationHelper#posts_pending_moderation_count

Defined in:
app/helpers/thredded/application_helper.rb

#posts_pending_moderation_countObject



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