# File lib/openshift-origin-common/models/profile.rb, line 24
    def connections=(data)
      data.each {|conn| add_connection(conn)}
    end