mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
WIP, creating TaskList Controller and edit action & view
This commit is contained in:
@@ -9,6 +9,8 @@ Velocipede::Application.routes.draw do
|
||||
get 'bikes/new', to: 'bikes#new', as: "new_bike"
|
||||
get 'bikes/:id', to: 'bikes#show', as: "bike"
|
||||
|
||||
get 'task_lists/:id/edit' => "task_lists#edit", as: "edit_task_list"
|
||||
|
||||
###########################
|
||||
# API Routes
|
||||
scope 'api', :module => :api, defaults: {format: :json} do
|
||||
|
||||
Reference in New Issue
Block a user