mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-06 12:50:19 +01:00
rename repeating -> recurring, repeat -> recurrence
This commit is contained in:
parent
ab02d09830
commit
dfe8735c0d
35 changed files with 125 additions and 125 deletions
|
|
@ -4,7 +4,7 @@ module RecurringTodos
|
|||
attr_reader :recurring_todo
|
||||
|
||||
def initialize(user, attributes)
|
||||
super(user, attributes, WeeklyRepeatPattern)
|
||||
super(user, attributes, WeeklyRecurrencePattern)
|
||||
end
|
||||
|
||||
def attributes_to_filter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue