Draft of the task list api controller

This commit is contained in:
Jason Denney
2014-03-08 15:04:27 -05:00
parent dc0a567a27
commit 30d818ac87
3 changed files with 45 additions and 0 deletions
+2
View File
@@ -20,6 +20,8 @@ Velocipede::Application.routes.draw do
get 'bikes/:id' => "bikes#show", as: "api_bike"
post 'bikes/create' => "bikes#create", as: "api_create_bike"
get 'task_lists/:id' => "task_lists#show", as: "api_task_list"
end
end