mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-01 14:58:50 +01:00
Merge pull request #2138 from TracksApp/fix-missing-staleness-class
Fix the undefined reference to Staleness
This commit is contained in:
commit
d24b9d9aa1
2 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
require 'staleness'
|
||||
|
||||
module TodosHelper
|
||||
|
||||
# === helpers for rendering container
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
require 'active_support/all'
|
||||
require 'user_time'
|
||||
|
||||
class Staleness
|
||||
SECONDS_PER_DAY = 86400
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue