Skip to content

Commit 195ccfd

Browse files
rhiroshipeterfication
authored andcommitted
Defaults annotate models to true (ctran#671)
Setting the default to annotate models as it is the main feature of the gem
1 parent 455c825 commit 195ccfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/annotate/templates/auto_annotate_models.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if Rails.env.development?
99
Annotate.set_defaults(
1010
'additional_file_patterns' => [],
1111
'routes' => 'false',
12-
'models' => 'false',
12+
'models' => 'true',
1313
'position_in_routes' => 'before',
1414
'position_in_class' => 'before',
1515
'position_in_test' => 'before',

0 commit comments

Comments
 (0)