1module ModerationHelper
  • UtilityFunction - doesn't depend on instance state (maybe move it to another class?) » reek
  • Complexity 1 » saikuro
2  def moderation_delay?
 
3    Petition.in_moderation.count >= Site.threshold_for_moderation_delay
 
4  end
 
5end