Louis | Remove failing autogenerated tests, fix bug where bike type wasn't saving

This commit is contained in:
Loos
2014-09-17 09:12:16 -04:00
parent d3403e18cd
commit 4d49cf829f
18 changed files with 47 additions and 137 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class BikesController < ApplicationController
:entry_date,
:brand,
:model,
:type,
:bike_type,
:color,
:frame_size,
:log_number,
+2 -1
View File
@@ -60,6 +60,7 @@ class ClientsController < ApplicationController
:helmet,
:lock,
:agency,
:completion_date)
:completion_date,
:bike_id)
end
end