Skip to content

Commit 05b3a1b

Browse files
yhirano55ctran
authored andcommitted
Use string instead of boolean (#561)
1 parent e02d122 commit 05b3a1b

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)