mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-03 15:58:50 +01:00
Tidied formatting in app/model/preference.rb
This commit is contained in:
parent
5ee939ac47
commit
3554dd8dd0
1 changed files with 6 additions and 6 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue