Skip to content

Commit f2e3d44

Browse files
committed
Fixed inverse-logic in comment for config.admin_notes in initializer template.
1 parent c505a57 commit f2e3d44

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
@@ -50,7 +50,7 @@ ActiveAdmin.setup do |config|
5050
# Admin notes allow you to add notes to any model
5151
#
5252
# Admin notes are enabled by default, but can be disabled
53-
# by uncommenting this line:
53+
# by setting this to false:
5454
#
5555
config.admin_notes = true
5656

0 commit comments

Comments
 (0)