Skip to content

Commit 6fd2fb6

Browse files
committed
Add back the 'exclude_scaffolds' option
1 parent 4049150 commit 6fd2fb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/generators/annotate/templates/auto_annotate_models.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ if Rails.env.development?
2222
'exclude_fixtures' => 'false',
2323
'exclude_factories' => 'false',
2424
'exclude_serializers' => 'false',
25+
'exclude_scaffolds' => 'false',
2526
'ignore_model_sub_dir' => 'false',
2627
'skip_on_db_migrate' => 'false',
2728
'format_bare' => 'true',

0 commit comments

Comments
 (0)