Updated

db/migrate / 20150615131623_add_parliament_response_at_to_petitions.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class AddParliamentResponseAtToPetitions < ActiveRecord::Migration
  1. AddParliamentResponseAtToPetitions has no descriptive comment
def change add_column :petitions, :parliament_response_at, :timestamp end end