class AddDebatedToDebateOutcome < ActiveRecord::Migration IrresponsibleModule AddDebatedToDebateOutcome has no descriptive comment def change add_column :debate_outcomes, :debated, :boolean, null: false, default: true end end