From b36ed968137183bb24b62c23236be9119da17547 Mon Sep 17 00:00:00 2001 From: Eric Allen Date: Wed, 8 Oct 2008 23:47:59 -0400 Subject: [PATCH] Wow I broke the migration. Oops. --- db/migrate/042_change_dates_to_datetimes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/migrate/042_change_dates_to_datetimes.rb b/db/migrate/042_change_dates_to_datetimes.rb index 57b62ed5..1ea940b0 100644 --- a/db/migrate/042_change_dates_to_datetimes.rb +++ b/db/migrate/042_change_dates_to_datetimes.rb @@ -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