Skip to content

Commit

Permalink
Defaults annotate models to true (ctran#671)
Browse files Browse the repository at this point in the history
Setting the default to annotate models as it is the main feature of the gem
  • Loading branch information
rhiroshi authored and vfonic committed May 8, 2020
1 parent 0a96d63 commit 9324fa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if Rails.env.development?
Annotate.set_defaults(
'additional_file_patterns' => [],
'routes' => 'false',
'models' => 'false',
'models' => 'true',
'position_in_routes' => 'before',
'position_in_class' => 'before',
'position_in_test' => 'before',
Expand Down

0 comments on commit 9324fa2

Please sign in to comment.