File tree 3 files changed +5
-2
lines changed
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
+
1
4
== 2.7.3
2
5
See https://github.com/ctran/annotate_models/releases/tag/v2.7.3
3
6
Original file line number Diff line number Diff line change 1
1
module Annotate
2
2
def self . version
3
- '2.7.3 '
3
+ '2.7.4 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ task annotate_models: :environment do
47
47
options [ :ignore_routes ] = ENV . fetch ( 'ignore_routes' , nil )
48
48
options [ :hide_limit_column_types ] = Annotate . fallback ( ENV [ 'hide_limit_column_types' ] , '' )
49
49
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' ] )
51
51
52
52
AnnotateModels . do_annotations ( options )
53
53
end
You can’t perform that action at this time.
0 commit comments