Skip to content

Commit

Permalink
workaround: rake annotate_models will crash with rails 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhrtsk committed Apr 11, 2018
1 parent 009ab07 commit 5ea3a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/auto_annotate_models.rake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if Rails.env.development?
'position_in_serializer' => 'before',
'show_foreign_keys' => 'true',
'show_complete_foreign_keys' => 'false',
'show_indexes' => 'true',
'show_indexes' => 'false',
'simple_indexes' => 'false',
'model_dir' => 'app/models',
'root_dir' => '',
Expand Down

0 comments on commit 5ea3a68

Please sign in to comment.