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