mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 12:08:47 +01:00
Merge pull request #133 from zoombody/bug/1363-remove-predecessor
Fix routing for todos#remove_predecessor
This commit is contained in:
commit
0c73f91aee
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ Tracksapp::Application.routes.draw do
|
|||
put 'defer'
|
||||
get 'show_notes'
|
||||
get 'convert_to_project' # TODO: convert to PUT/POST
|
||||
get 'remove_predecessor' # TODO: convert to PUT/POST
|
||||
delete 'remove_predecessor' # TODO: convert to PUT/POST
|
||||
post 'change_context'
|
||||
end
|
||||
collection do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue