mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
fix regression
This commit is contained in:
parent
ccdaae038b
commit
7efb155928
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue