migrate search and add new todo scenario's

This commit is contained in:
Reinier Balt 2012-03-12 21:50:53 +01:00
parent cbe372cba0
commit 1236b5985c
14 changed files with 88 additions and 79 deletions

View file

@ -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" }