# File lib/hammer_cli_foreman/references.rb, line 13 def self.taxonomies(dsl) dsl.build do collection :locations, _("Locations"), :numbered => false, :hide_blank => true do custom_field Fields::Reference end collection :organizations, _("Organizations"), :numbered => false, :hide_blank => true do custom_field Fields::Reference end end end