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