Updated

db/migrate / 20150609111042_add_constituency_id_to_signatures.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class AddConstituencyIdToSignatures < ActiveRecord::Migration
  1. AddConstituencyIdToSignatures has no descriptive comment
def change add_column :signatures, :constituency_id, :string end end