RUBYCRITIC
class AddDebateStateToPetitions < ActiveRecord::Migration - AddDebateStateToPetitions has no descriptive comment
def change
add_column :petitions, :debate_state, :string, limit: 30, default: 'pending'
end
end