mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-05 00:38:50 +01:00
11 lines
No EOL
139 B
Ruby
11 lines
No EOL
139 B
Ruby
module RecurringTodos
|
|
|
|
class WeeklyRepeatPattern < AbstractRepeatPattern
|
|
|
|
def initialize(user)
|
|
super user
|
|
end
|
|
|
|
end
|
|
|
|
end |