module ActiveAdmin::Comments::NamespaceHelper

def comments?

Returns true if the namespace allows comments
def comments?
  comments == true
end