Commit 3b73cfc7 by rhiroshi Committed by Andrew W. Lee

Defaults annotate models to true (#671)

Setting the default to annotate models as it is the main feature of the gem
parent 5074e32d
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment