20160506065802_add_certificate_to_hosts.rb 148 Bytes Raw Blame History Permalink 1 2 3 4 5 class AddCertificateToHosts < ActiveRecord::Migration def change add_reference :hosts, :certificate, index: true, foreign_key: true end end