From c228dd76fad10d12d3b890defe2553ccfab7b8a6 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 27 Oct 2021 16:57:55 +0100 Subject: [PATCH] Disable resource comments since we're not using them --- config/initializers/active_admin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/active_admin.rb b/config/initializers/active_admin.rb index 3882c0715..210775e62 100644 --- a/config/initializers/active_admin.rb +++ b/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'