module ActiveAdmin::Comments::NamespaceHelper

Public Instance Methods

comments?() click to toggle source

Returns true if the namespace allows comments

# File lib/active_admin/orm/active_record/comments/namespace_helper.rb, line 8
def comments?
  comments == true
end