mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 06:21:49 +01:00
fix small typo in comment
This commit is contained in:
parent
e07cde4cbd
commit
0018a718a8
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ class RecurringTodosController < ApplicationController
|
|||
|
||||
# we needed to rename the recurring_period selector in the edit form
|
||||
# because the form for a new recurring todo and the edit form are on the
|
||||
# same page. Same goed for start_from and end_date
|
||||
# same page. Same goes for start_from and end_date
|
||||
params['recurring_todo']['recurring_period']=params['recurring_edit_todo']['recurring_period']
|
||||
params['recurring_todo']['end_date']=params['recurring_todo_edit_end_date']
|
||||
params['recurring_todo']['start_from']=params['recurring_todo_edit_start_from']
|
||||
|
|
@ -236,4 +236,4 @@ class RecurringTodosController < ApplicationController
|
|||
@recurring_todo = current_user.recurring_todos.find(params[:id])
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue