mirror of
https://github.com/fspc/bike-database.git
synced 2025-02-23 09:33:23 -05:00
lk | adds params to clients controller
This commit is contained in:
parent
3376fbf342
commit
b37a827655
@ -58,12 +58,14 @@ class ClientsController < ApplicationController
|
|||||||
:lock,
|
:lock,
|
||||||
:completion_date,
|
:completion_date,
|
||||||
:bike_id,
|
:bike_id,
|
||||||
|
:will_pay,
|
||||||
|
:bike_type_requested,
|
||||||
:agency_id,
|
:agency_id,
|
||||||
:notes,
|
:notes,
|
||||||
:bike_fixed,
|
:bike_fixed,
|
||||||
:number_of_calls,
|
:number_of_calls,
|
||||||
:application_voided,
|
:application_voided,
|
||||||
:pickup_date,
|
:pickup_date,
|
||||||
:volunteer_at_pickup)
|
:volunteer_at_pickup)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user