module ActiveAdmin::Comments::NamespaceHelper

def comments?

Returns true of the namespace allows comments
def comments?
  allow_comments == true
end