Skip to content

Commit 1433be5

Browse files
yhirano55mgpnd
authored andcommitted
Use string instead of boolean (#561)
1 parent ff255ec commit 1433be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/annotate/templates/auto_annotate_models.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if Rails.env.development?
4646
'trace' => 'false',
4747
'wrapper_open' => nil,
4848
'wrapper_close' => nil,
49-
'with_comment' => true
49+
'with_comment' => 'true'
5050
)
5151
end
5252

0 commit comments

Comments
 (0)