WIP, adding JS and api time entry create

This commit is contained in:
Jason Denney
2014-04-19 21:06:29 -04:00
parent b30203b750
commit 069a11f480
5 changed files with 75 additions and 4 deletions
+2
View File
@@ -28,6 +28,8 @@ Velocipede::Application.routes.draw do
get 'task_lists/:id' => "task_lists#show", as: "api_task_list"
put 'tasks/update' => "tasks#update", as: "api_update_task"
post 'time_entries/create' => "time_entries#create", as: "api_create_time_entry"
end
end