mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-23 18:50:12 +01:00
Update the date formatting syntax
This commit is contained in:
parent
3fc943ce2a
commit
13bdef74b3
14 changed files with 36 additions and 36 deletions
|
|
@ -10,7 +10,7 @@ class TodoTest < ActiveSupport::TestCase
|
|||
end
|
||||
|
||||
def next_week
|
||||
1.week.from_now.beginning_of_day.to_s(:db)
|
||||
1.week.from_now.beginning_of_day.to_formatted_s(:db)
|
||||
end
|
||||
|
||||
# Test loading a todo item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue