1module ModerationHelper |
|
|
2 def moderation_delay? |
3 Petition.in_moderation.count >= Site.threshold_for_moderation_delay |
|
4 end |
|
5end |