We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4049150 commit 6fd2fb6Copy full SHA for 6fd2fb6
lib/generators/annotate/templates/auto_annotate_models.rake
@@ -22,6 +22,7 @@ if Rails.env.development?
22
'exclude_fixtures' => 'false',
23
'exclude_factories' => 'false',
24
'exclude_serializers' => 'false',
25
+ 'exclude_scaffolds' => 'false',
26
'ignore_model_sub_dir' => 'false',
27
'skip_on_db_migrate' => 'false',
28
'format_bare' => 'true',
0 commit comments