From 3554dd8dd01a310793d425f6fb9e2b2bae811278 Mon Sep 17 00:00:00 2001 From: bsag Date: Sun, 11 Jan 2009 15:48:57 +0000 Subject: [PATCH] Tidied formatting in app/model/preference.rb --- app/models/preference.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/models/preference.rb b/app/models/preference.rb index 0a2f41ab..d9da36bb 100644 --- a/app/models/preference.rb +++ b/app/models/preference.rb @@ -8,12 +8,12 @@ class Preference < ActiveRecord::Base def self.day_number_to_name_map { 0 => "Sunday", - 1 => "Monday", - 2 => "Tuesday", - 3 => "Wednesday", - 4 => "Thursday", - 5 => "Friday", - 6 => "Saturday"} + 1 => "Monday", + 2 => "Tuesday", + 3 => "Wednesday", + 4 => "Thursday", + 5 => "Friday", + 6 => "Saturday"} end def hide_completed_actions?