# File lib/hammer_cli_foreman/references.rb, line 80 def self.environments(dsl) dsl.build do collection :environments, _("Environments"), :numbered => false do custom_field Fields::Reference end end end