WIP, adding api/bikes_controller#create

This commit is contained in:
Jason Denney
2014-02-02 17:11:13 -05:00
parent c575fface9
commit e0041662d3
3 changed files with 104 additions and 0 deletions
+2
View File
@@ -16,6 +16,8 @@ Velocipede::Application.routes.draw do
post 'checkin' => "logs#checkin", :as => "api_checkin"
post 'checkout' => "logs#checkout", :as => "api_checkout"
post 'reset' => "users#password_reset", :as => "api_password_reset"
post 'bikes/create' => "bikes#create", as: "api_create_bike"
end
end