Skip to content

Commit 1c91521

Browse files
committed
Update initializer template to use root_to
1 parent 9943293 commit 1c91521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/active_admin/install/templates/active_admin.rb.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ActiveAdmin.setup do |config|
9292
# roots for each namespace.
9393
#
9494
# Default:
95-
# config.root = 'dashboard#index'
95+
# config.root_to = 'dashboard#index'
9696

9797
# == Admin Comments
9898
#

0 commit comments

Comments
 (0)