Sha256: 7e94fb20321c97d8b7f60ebf628ff3358a0ecd58a969d45f4ba873fdcbf5f2ea
Contents?: true
Size: 201 Bytes
Versions: 10
Compression:
Stored size: 201 Bytes
Contents
module ActiveAdmin module Comments module NamespaceHelper # Returns true if the namespace allows comments def comments? allow_comments == true end end end end
Version data entries
10 entries across 10 versions & 3 rubygems