mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-25 16:44:09 +01:00
typo
This commit is contained in:
parent
e1ab067dbb
commit
ca9a4a1f44
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ class TodosController < ApplicationController
|
||||||
@todo = current_user.todos.find(params['id'])
|
@todo = current_user.todos.find(params['id'])
|
||||||
@original_item = current_user.todos.build(@todo.attributes) # create a (unsaved) copy of the original todo
|
@original_item = current_user.todos.build(@todo.attributes) # create a (unsaved) copy of the original todo
|
||||||
|
|
||||||
cache_attributes_from_before_update # TODO: remove in favor of @orininal_item
|
cache_attributes_from_before_update # TODO: remove in favor of @original_item
|
||||||
|
|
||||||
update_tags
|
update_tags
|
||||||
update_project
|
update_project
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue