File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ == 2.7.4
2+ See https://github.com/ctran/annotate_models/releases/tag/v2.7.4
3+
14== 2.7.3
25See https://github.com/ctran/annotate_models/releases/tag/v2.7.3
36
Original file line number Diff line number Diff line change 11module Annotate
22 def self . version
3- '2.7.3 '
3+ '2.7.4 '
44 end
55end
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ task annotate_models: :environment do
4747 options [ :ignore_routes ] = ENV . fetch ( 'ignore_routes' , nil )
4848 options [ :hide_limit_column_types ] = Annotate . fallback ( ENV [ 'hide_limit_column_types' ] , '' )
4949 options [ :hide_default_column_types ] = Annotate . fallback ( ENV [ 'hide_default_column_types' ] , '' )
50- options [ :with_comment ] = Annotate . fallback ( ENV [ 'with_comment' ] , '' )
50+ options [ :with_comment ] = Annotate . true? ( ENV [ 'with_comment' ] )
5151
5252 AnnotateModels . do_annotations ( options )
5353end
You can’t perform that action at this time.
0 commit comments