Method: Thredded.content_visible_while_pending_moderation
- Defined in:
- lib/thredded.rb
.content_visible_while_pending_moderation ⇒ Boolean
Returns Whether posts that are pending moderation are visible to regular users.
80 81 82 |
# File 'lib/thredded.rb', line 80 def content_visible_while_pending_moderation @content_visible_while_pending_moderation end |