Skip to content

Commit 5ea3a68

Browse files
committed
workaround: rake annotate_models will crash with rails 5.2.0
ctran/annotate_models#538
1 parent 009ab07 commit 5ea3a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/auto_annotate_models.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if Rails.env.development?
1616
'position_in_serializer' => 'before',
1717
'show_foreign_keys' => 'true',
1818
'show_complete_foreign_keys' => 'false',
19-
'show_indexes' => 'true',
19+
'show_indexes' => 'false',
2020
'simple_indexes' => 'false',
2121
'model_dir' => 'app/models',
2222
'root_dir' => '',

0 commit comments

Comments
 (0)