mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-11 07:02:36 +01:00
migrate search and add new todo scenario's
This commit is contained in:
parent
cbe372cba0
commit
1236b5985c
14 changed files with 88 additions and 79 deletions
|
|
@ -117,6 +117,7 @@ class TodosController < ApplicationController
|
|||
|
||||
@todo.reload if @saved
|
||||
@todo_was_created_deferred = @todo.deferred?
|
||||
@todo_was_created_blocked = @todo.pending?
|
||||
|
||||
respond_to do |format|
|
||||
format.html { redirect_to :action => "index" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue