Updated

db/migrate / 20150924090755_add_debate_state_to_petitions.rb

A
5 lines of codes
1 methods
1.3 complexity/method
1 churn
1.3 complexity
0 duplications
class AddDebateStateToPetitions < ActiveRecord::Migration
  1. AddDebateStateToPetitions has no descriptive comment
def change add_column :petitions, :debate_state, :string, limit: 30, default: 'pending' end end