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.
2 parents 5177edd + 6bd244b commit 477b641Copy full SHA for 477b641
lib/tasks/annotate_models.rake
@@ -43,6 +43,7 @@ task :annotate_models => :environment do
43
options[:wrapper_close] = Annotate.fallback(ENV['wrapper_close'], ENV['wrapper'])
44
options[:ignore_columns] = ENV.fetch('ignore_columns', nil)
45
options[:ignore_routes] = ENV.fetch('ignore_routes', nil)
46
+ options[:hide_limit_column_types] = Annotate.fallback(ENV['hide_limit_column_types'], '')
47
48
AnnotateModels.do_annotations(options)
49
end
0 commit comments