fix regression

This commit is contained in:
Reinier Balt 2013-05-05 20:54:12 +02:00
parent ccdaae038b
commit 7efb155928

View file

@ -241,7 +241,7 @@ module ApplicationHelper
def done_path(controller_name, type)
case controller_name
when "contexts"
send("#{type}_context_path",@context)
send("#{type}_todos_context_path",@context)
when "projects"
send("#{type}_todos_project_path", @project)
when "todos"