From 7efb155928d95e679a55ba9163bb00caaaed13c7 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Sun, 5 May 2013 20:54:12 +0200 Subject: [PATCH] fix regression --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 515f6935..5747573e 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -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"