Browse Source

Disable resource comments since we're not using them

pull/58/head
baarkerlounger 4 years ago
parent
commit
c228dd76fa
  1. 2
      config/initializers/active_admin.rb

2
config/initializers/active_admin.rb

@ -124,7 +124,7 @@ ActiveAdmin.setup do |config|
# This allows your users to comment on any resource registered with Active Admin.
#
# You can completely disable comments:
# config.comments = false
config.comments = false
#
# You can change the name under which comments are registered:
# config.comments_registration_name = 'AdminComment'

Loading…
Cancel
Save