Updated

db/migrate / 20170428211336_add_stopped_at_to_petitions.rb

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