class AddPetitionSummaryToPetition < ActiveRecord::Migration IrresponsibleModule AddPetitionSummaryToPetition has no descriptive comment def change add_column :petitions, :response_summary, :string, limit: 500 end end