20131217102743_add_recipients_to_service.rb 123 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 class AddRecipientsToService < ActiveRecord::Migration def change add_column :services, :recipients, :text end end