Sha256: 57c9be30b9fc5e835565c053eadd6aa938afeba200d634e0ac1141bac1e930b9
Contents?: true
Size: 331 Bytes
Versions: 7
Compression:
Stored size: 331 Bytes
Contents
module ActiveAdmin module Comments module Configuration extend ActiveSupport::Concern included do # Set the namespaces that can create and view comments # # config.allow_comments_in = [:admin, :root] # setting :allow_comments_in, [:admin] end end end end
Version data entries
7 entries across 7 versions & 3 rubygems