remove admin dashboard

This commit is contained in:
2026-07-27 08:38:06 +02:00
parent 285d4d257b
commit a6bfe60d65
2 changed files with 4 additions and 23 deletions
@@ -6,6 +6,7 @@ ActiveAdmin.setup do |config|
config.logout_link_path = :destroy_admin_user_session_path
config.logout_link_method = :delete
config.root_to = "software#index"
config.comments = false
config.batch_actions = true
config.filter_attributes = [:password, :password_confirmation, :current_password, :encrypted_password]