Wow I broke the migration. Oops.

This commit is contained in:
Eric Allen 2008-10-08 23:47:59 -04:00
parent 51b0a2bd9b
commit b36ed96813

View file

@ -26,6 +26,7 @@ class ChangeDatesToDatetimes < ActiveRecord::Migration
todo.update_attribute(:start_from, at_midnight(todo.start_from)) unless todo.start_from.nil?
todo.update_attribute(:end_date, at_midnight(todo.end_date)) unless todo.end_date.nil?
end
end
end
end