Skip to content

Commit

Permalink
Defaults annotate models to true (#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 drwl committed Oct 31, 2019
1 parent 5074e32 commit 3b73cfc
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 3b73cfc

Please sign in to comment.