Updated

db/migrate / 20150924082835_add_debated_to_debate_outcome.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class AddDebatedToDebateOutcome < ActiveRecord::Migration
  1. AddDebatedToDebateOutcome has no descriptive comment
def change add_column :debate_outcomes, :debated, :boolean, null: false, default: true end end