Updated

db/migrate / 20150924082944_change_debated_on_to_allow_nulls.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class ChangeDebatedOnToAllowNulls < ActiveRecord::Migration
  1. ChangeDebatedOnToAllowNulls has no descriptive comment
def change change_column_null :debate_outcomes, :debated_on, true end end