module ActiveAdmin::Comments::NamespaceHelper
Public Instance Methods
comments?()
click to toggle source
Returns true of the namespace allows comments
# File lib/active_admin/comments/namespace_helper.rb, line 7 def comments? allow_comments == true end