We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2614266 commit 5511e8eCopy full SHA for 5511e8e
lib/tasks/annotate_models.rake
@@ -48,6 +48,7 @@ task annotate_models: :environment do
48
options[:hide_limit_column_types] = Annotate.fallback(ENV['hide_limit_column_types'], '')
49
options[:hide_default_column_types] = Annotate.fallback(ENV['hide_default_column_types'], '')
50
options[:with_comment] = Annotate.true?(ENV['with_comment'])
51
+ options[:ignore_unknown_models] = Annotate.true?(ENV.fetch('ignore_unknown_models', 'false'))
52
53
AnnotateModels.do_annotations(options)
54
end
0 commit comments